[PATCH app/xmodmap] Include X11/Xwindows.h on WIN32
Jon TURNEY
jon.turney at dronecode.org.uk
Mon Oct 29 06:38:59 PDT 2012
Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>
---
exec.c | 4 ++++
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>
--
1.7.9
More information about the xorg-devel
mailing list