xkbcomp: Add missing includes for Bool in xkbpath
authorDan Nicholson <dbn.lists@gmail.com>
Sun, 29 Mar 2009 15:15:27 +0000 (08:15 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Sun, 29 Mar 2009 15:15:27 +0000 (08:15 -0700)
src/xkbcomp/xkbpath.c
src/xkbcomp/xkbpath.h

index 0566b0806bdad4aab89d7a458fd284bfdd6cd77b..3550769e3872654b17d8634d3e5f1b5ef79e859c 100644 (file)
@@ -29,6 +29,7 @@
 #include <stdlib.h>
 #include <X11/extensions/XKM.h>
 #include "xkbpath.h"
+#include "XKBcommonint.h"
 
 #ifndef DFLT_XKB_CONFIG_ROOT
 #define DFLT_XKB_CONFIG_ROOT   "/usr/lib/X11/xkb"
index 66c3ab76b09576c3ef84f5a0eba3ad444dbcd535..69d23934a90cf8c6ef8403c13c64a3a66a15767b 100644 (file)
@@ -27,6 +27,8 @@
 #ifndef _XKBPATH_H_
 #define _XKBPATH_H_ 1
 
+#include "X11/extensions/XKBcommon.h"
+
 extern Bool XkbInitIncludePath(void);
 
 extern void XkbClearIncludePath(void);