summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2012-01-04 19:07:03 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2012-11-05 23:19:02 +0000
commitf784ef30fdbd1b32aacf44537d9e7c85d268465b (patch)
treec2fdb56b86fbf9b97bb455ef604004ec841ebb87
parent42f99a7a7b836f6f9704a7b1747eb722c93446ec (diff)
Include X11/Xwindows.h on WIN32
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
-rw-r--r--exec.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/exec.c b/exec.c
index 419b10e..a7249ca 100644
--- a/exec.c
+++ b/exec.c
@@ -58,6 +58,10 @@ from The Open Group.
# include "config.h"
#endif
+#ifdef WIN32
+#include <X11/Xwindows.h>
+#endif
+
#include <X11/Xos.h>
#include <X11/Xlib.h>
#include <stdio.h>