diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2009-12-09 03:41:11 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2009-12-09 03:41:11 +0000 |
commit | 5fa078999cc38f2520054d033237c2e9e9afbb25 (patch) | |
tree | cb933398eb5a93349f0051d44b6c4f3c2ae52e12 /converter/other/fiasco | |
parent | 65dc730f5e6c610fe27aa4fad280aa2edc297a4d (diff) | |
download | netpbm-mirror-5fa078999cc38f2520054d033237c2e9e9afbb25.tar.gz netpbm-mirror-5fa078999cc38f2520054d033237c2e9e9afbb25.tar.xz netpbm-mirror-5fa078999cc38f2520054d033237c2e9e9afbb25.zip |
Add missing inclusion of nstring.h
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1029 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/fiasco')
-rw-r--r-- | converter/other/fiasco/codec/dfiasco.c | 2 | ||||
-rw-r--r-- | converter/other/fiasco/codec/options.c | 2 | ||||
-rw-r--r-- | converter/other/fiasco/fiascotopnm.c | 2 | ||||
-rw-r--r-- | converter/other/fiasco/input/basis.c | 2 | ||||
-rw-r--r-- | converter/other/fiasco/input/read.c | 2 | ||||
-rw-r--r-- | converter/other/fiasco/lib/bit-io.c | 2 | ||||
-rw-r--r-- | converter/other/fiasco/lib/image.c | 2 |
7 files changed, 14 insertions, 0 deletions
diff --git a/converter/other/fiasco/codec/dfiasco.c b/converter/other/fiasco/codec/dfiasco.c index 1cdfc672..48c222aa 100644 --- a/converter/other/fiasco/codec/dfiasco.c +++ b/converter/other/fiasco/codec/dfiasco.c @@ -16,6 +16,8 @@ #include <string.h> +#include "nstring.h" + #include "config.h" #include "types.h" diff --git a/converter/other/fiasco/codec/options.c b/converter/other/fiasco/codec/options.c index 77dbaf00..6018a16c 100644 --- a/converter/other/fiasco/codec/options.c +++ b/converter/other/fiasco/codec/options.c @@ -26,6 +26,8 @@ #include <stdio.h> +#include "nstring.h" + #include "types.h" #include "macros.h" #include "error.h" diff --git a/converter/other/fiasco/fiascotopnm.c b/converter/other/fiasco/fiascotopnm.c index 6d8b6f7f..43340b06 100644 --- a/converter/other/fiasco/fiascotopnm.c +++ b/converter/other/fiasco/fiascotopnm.c @@ -25,6 +25,8 @@ #include <string.h> #include <math.h> +#include "nstring.h" + #include "types.h" #include "macros.h" diff --git a/converter/other/fiasco/input/basis.c b/converter/other/fiasco/input/basis.c index cef075e6..4a748f61 100644 --- a/converter/other/fiasco/input/basis.c +++ b/converter/other/fiasco/input/basis.c @@ -16,6 +16,8 @@ #include "config.h" +#include "nstring.h" + #include "types.h" #include "macros.h" #include "error.h" diff --git a/converter/other/fiasco/input/read.c b/converter/other/fiasco/input/read.c index 26bae7e4..23f92070 100644 --- a/converter/other/fiasco/input/read.c +++ b/converter/other/fiasco/input/read.c @@ -23,6 +23,8 @@ #include <string.h> +#include "nstring.h" + #include "types.h" #include "macros.h" #include "error.h" diff --git a/converter/other/fiasco/lib/bit-io.c b/converter/other/fiasco/lib/bit-io.c index 364a1c05..04017c31 100644 --- a/converter/other/fiasco/lib/bit-io.c +++ b/converter/other/fiasco/lib/bit-io.c @@ -24,6 +24,8 @@ # include <stdlib.h> #endif /* not STDC_HEADERS */ +#include "nstring.h" + #include "macros.h" #include "types.h" #include "error.h" diff --git a/converter/other/fiasco/lib/image.c b/converter/other/fiasco/lib/image.c index 019ba03c..b00c72aa 100644 --- a/converter/other/fiasco/lib/image.c +++ b/converter/other/fiasco/lib/image.c @@ -18,6 +18,8 @@ #include <string.h> +#include "nstring.h" + #include "types.h" #include "macros.h" #include "error.h" |