From 5fa078999cc38f2520054d033237c2e9e9afbb25 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 9 Dec 2009 03:41:11 +0000 Subject: Add missing inclusion of nstring.h git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1029 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/fiasco/input/basis.c | 2 ++ converter/other/fiasco/input/read.c | 2 ++ 2 files changed, 4 insertions(+) (limited to 'converter/other/fiasco/input') 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 +#include "nstring.h" + #include "types.h" #include "macros.h" #include "error.h" -- cgit 1.4.1