about summary refs log tree commit diff
path: root/editor
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-01-10 01:31:28 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-01-10 01:31:28 +0000
commit8f4aa9112ea8864c70ca383ec5a3fbaf1ca6e2a2 (patch)
treec07277c99981c6440fdab509acdd7089bc2ea851 /editor
parent5cdcbe27abb41e81b18b4c09a53718860bf2892b (diff)
downloadnetpbm-mirror-8f4aa9112ea8864c70ca383ec5a3fbaf1ca6e2a2.tar.gz
netpbm-mirror-8f4aa9112ea8864c70ca383ec5a3fbaf1ca6e2a2.tar.xz
netpbm-mirror-8f4aa9112ea8864c70ca383ec5a3fbaf1ca6e2a2.zip
Add missing pm_config.h
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@550 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor')
-rw-r--r--editor/pnmindex.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/pnmindex.c b/editor/pnmindex.c
index 04ac7f92..7b405ef3 100644
--- a/editor/pnmindex.c
+++ b/editor/pnmindex.c
@@ -23,10 +23,11 @@
 #include <sys/stat.h>
 
 
-#include "pnm.h"
+#include "pm_config.h"
 #include "shhopt.h"
 #include "mallocvar.h"
 #include "nstring.h"
+#include "pnm.h"
 
 struct cmdlineInfo {
     /* All the information the user supplied in the command line,