summaryrefslogtreecommitdiff
path: root/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'exec.c')
-rw-r--r--exec.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/exec.c b/exec.c
index dbcb669..a7249ca 100644
--- a/exec.c
+++ b/exec.c
@@ -54,6 +54,14 @@ from The Open Group.
* original xmodmap, written by David Rosenthal, of Sun Microsystems.
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#ifdef WIN32
+#include <X11/Xwindows.h>
+#endif
+
#include <X11/Xos.h>
#include <X11/Xlib.h>
#include <stdio.h>