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/libpm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libpm.c') diff --git a/lib/libpm.c b/lib/libpm.c index fa8ae4db..69fe1dbf 100644 --- a/lib/libpm.c +++ b/lib/libpm.c @@ -34,7 +34,7 @@ #include "netpbm/shhopt.h" #include "compile.h" -#include "netpbm/pm.h" +#include "pm.h" /* The following are set by pm_init(), then used by subsequent calls to other pm_xxx() functions. -- cgit 1.4.1