about summary refs log tree commit diff
path: root/converter/other/tifftopnm.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-09-01 01:44:46 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-09-01 01:44:46 +0000
commit4e67a53be592694bed0a9c1b959faec1df5ec60b (patch)
treee79d24cf87eef0b6e786801b2abbbfc5d7b2b4d6 /converter/other/tifftopnm.c
parent882e227f6b7aa3d8f183a87dfd2456a76874e25c (diff)
downloadnetpbm-mirror-4e67a53be592694bed0a9c1b959faec1df5ec60b.tar.gz
netpbm-mirror-4e67a53be592694bed0a9c1b959faec1df5ec60b.tar.xz
netpbm-mirror-4e67a53be592694bed0a9c1b959faec1df5ec60b.zip
Add missing #include <sys/wait.h>
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2813 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/tifftopnm.c')
-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"