From 984eb9257e2f1f64046a8a1f8c9ae5a5a80e232b Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 1 Jan 2015 22:54:20 +0000 Subject: Properly qualify Netpbm include files - avoid conflict with DJGPP's git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2367 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/colorname.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/colorname.c') diff --git a/lib/colorname.c b/lib/colorname.c index c23eb13f..123de75e 100644 --- a/lib/colorname.c +++ b/lib/colorname.c @@ -15,13 +15,14 @@ #define _BSD_SOURCE 1 /* Make sure strdup() is in string.h */ #define _XOPEN_SOURCE 500 /* Make sure strdup() is in string.h */ -#include "pm_c_util.h" +#include "netpbm/pm_c_util.h" #include #include #include #include -#include "nstring.h" +#include "netpbm/nstring.h" + #include "colorname.h" static int lineNo; -- cgit 1.4.1