summaryrefslogtreecommitdiff
path: root/platform/x11
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-03-30 17:29:20 +0200
committerRobin Watts <robin.watts@artifex.com>2015-03-30 17:35:42 +0100
commitfd5a4f5128e76b1b9cf35f70b1341e67f640e9be (patch)
tree9be70f324af43e1e3f33a1a95d1b1632058426d2 /platform/x11
parent12dc2a8a678d0476ba692cd758f2b8164cf8e541 (diff)
downloadmupdf-fd5a4f5128e76b1b9cf35f70b1341e67f640e9be.tar.xz
Add header for waitpid().
Diffstat (limited to 'platform/x11')
-rw-r--r--platform/x11/x11_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/x11/x11_main.c b/platform/x11/x11_main.c
index 3718c19d..bef6a366 100644
--- a/platform/x11/x11_main.c
+++ b/platform/x11/x11_main.c
@@ -10,6 +10,7 @@
#include <sys/select.h>
#include <sys/time.h>
#include <sys/types.h>
+#include <sys/wait.h>
#include <unistd.h>
#include <signal.h>