summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2012-11-16 11:01:36 +0000
committerChris Liddell <chris.liddell@artifex.com>2012-11-16 11:56:33 +0000
commit1ced0f58959cde7ef3083efd3990168b56125e7a (patch)
tree66d461a6ce8ae302b2f7f0223f7992a286c44c2e /apps
parent0b2ef659dcf1fb580a53064dd46f0fefa7ccffb1 (diff)
downloadmupdf-1ced0f58959cde7ef3083efd3990168b56125e7a.tar.xz
Build on Solaris (10, at least)
Requires GNU make and gcc.
Diffstat (limited to 'apps')
-rw-r--r--apps/x11_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/x11_main.c b/apps/x11_main.c
index d3450c89..9933242a 100644
--- a/apps/x11_main.c
+++ b/apps/x11_main.c
@@ -4,6 +4,7 @@
#include <X11/Xutil.h>
#include <X11/Xatom.h>
#include <X11/cursorfont.h>
+#include <X11/keysym.h>
#include <sys/select.h>
#include <sys/time.h>