summaryrefslogtreecommitdiff
path: root/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'exec.c')
-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>