libxkbcomp: Include X.h and Xdefs.h for Atom and Bool
authorDan Nicholson <dbn.lists@gmail.com>
Sat, 28 Mar 2009 02:30:11 +0000 (19:30 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Sat, 28 Mar 2009 02:30:11 +0000 (19:30 -0700)
src/xkbcomp/xkbcomp.h

index c6fce0b..5bee485 100644 (file)
@@ -31,6 +31,9 @@
 #define        DEBUG_VAR debugFlags
 #endif
 
+#include <X11/X.h>
+#include <X11/Xdefs.h>
+
 #include "utils.h"
 
 #include <X11/extensions/XKM.h>