From 587a5d956f579fe779eea1d35a826410c71d0813 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Sun, 29 Mar 2009 08:15:27 -0700 Subject: [PATCH] xkbcomp: Add missing includes for Bool in xkbpath --- src/xkbcomp/xkbpath.c | 1 + src/xkbcomp/xkbpath.h | 2 ++ 2 files changed, 3 insertions(+) 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 #include #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); -- 2.7.4