about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-09-01 14:14:32 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-09-01 14:14:32 +0000
commit07431300cd6722ab783dcda1d7be5844984f9364 (patch)
treeffccc18d23e6d0061333c1b3e7538fbd11bb1f67 /converter/other
parent278737f6381baa2bef0625899b6df7e10768a610 (diff)
downloadnetpbm-mirror-07431300cd6722ab783dcda1d7be5844984f9364.tar.gz
netpbm-mirror-07431300cd6722ab783dcda1d7be5844984f9364.tar.xz
netpbm-mirror-07431300cd6722ab783dcda1d7be5844984f9364.zip
Release 10.75.02
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2816 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r--converter/other/tifftopnm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/converter/other/tifftopnm.c b/converter/other/tifftopnm.c
index f9e602ff..58efe1fd 100644
--- a/converter/other/tifftopnm.c
+++ b/converter/other/tifftopnm.c
@@ -52,6 +52,7 @@
 #include <assert.h>
 #include <string.h>
 #include <stdio.h>
+#include <sys/wait.h>  /* WIFSIGNALED, etc. */
 
 #include "pm_c_util.h"
 #include "shhopt.h"