xkbcomp: Add missing includes for Bool in xkbpath
diff --git a/src/xkbcomp/xkbpath.c b/src/xkbcomp/xkbpath.c
index 0566b08..3550769 100644
--- a/src/xkbcomp/xkbpath.c
+++ b/src/xkbcomp/xkbpath.c
@@ -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"
diff --git a/src/xkbcomp/xkbpath.h b/src/xkbcomp/xkbpath.h
index 66c3ab7..69d2393 100644
--- a/src/xkbcomp/xkbpath.h
+++ b/src/xkbcomp/xkbpath.h
@@ -27,6 +27,8 @@
#ifndef _XKBPATH_H_
#define _XKBPATH_H_ 1
+#include "X11/extensions/XKBcommon.h"
+
extern Bool XkbInitIncludePath(void);
extern void XkbClearIncludePath(void);