about summary refs log tree commit diff
path: root/editor/pnmcomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor/pnmcomp.c')
-rw-r--r--editor/pnmcomp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/pnmcomp.c b/editor/pnmcomp.c
index 5a8b1d55..04bb5365 100644
--- a/editor/pnmcomp.c
+++ b/editor/pnmcomp.c
@@ -19,6 +19,7 @@
 #define _BSD_SOURCE    /* Make sure strcasecmp() is in string.h */
 #include <string.h>
 
+#include "pm_c_util.h"
 #include "pnm.h"
 #include "shhopt.h"
 #include "mallocvar.h"