summaryrefslogtreecommitdiff
path: root/platform/x11/x11_main.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-04-21 16:22:20 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-04-27 15:12:01 +0200
commit9534243f6849d1938195c1f27adaa5745056f138 (patch)
treebc992482d97560154af0a576d052c78cda6bb4ab /platform/x11/x11_main.c
parent78c1264e14804a06c6d03072c8c57820fde4e148 (diff)
downloadmupdf-9534243f6849d1938195c1f27adaa5745056f138.tar.xz
Include required system headers.
Diffstat (limited to 'platform/x11/x11_main.c')
-rw-r--r--platform/x11/x11_main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/x11/x11_main.c b/platform/x11/x11_main.c
index 421672de..4c96ecc9 100644
--- a/platform/x11/x11_main.c
+++ b/platform/x11/x11_main.c
@@ -7,6 +7,10 @@
#include <X11/keysym.h>
#include <X11/XF86keysym.h>
+#include <string.h>
+#include <stdlib.h>
+#include <stdio.h>
+
#include <sys/select.h>
#include <sys/time.h>
#include <sys/types.h>