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 0566b08..3550769 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 66c3ab7..69d2393 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);