From a65c5796133d126b1810749b5206607e7c42d787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 31 Aug 2005 14:58:09 +0000 Subject: [PATCH] Include xkb-config.h if we have it so we pick up the paths defined there. --- xkb/ddxLoad.c | 4 ++++ xkb/xkbInit.c | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/xkb/ddxLoad.c b/xkb/ddxLoad.c index 66ce9014d..71c742163 100644 --- a/xkb/ddxLoad.c +++ b/xkb/ddxLoad.c @@ -30,6 +30,10 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #endif +#ifdef HAVE_XKB_CONFIG_H +#include +#endif + #include #include #define NEED_EVENTS 1 diff --git a/xkb/xkbInit.c b/xkb/xkbInit.c index 0c3aee7e8..7816573c0 100644 --- a/xkb/xkbInit.c +++ b/xkb/xkbInit.c @@ -31,6 +31,10 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #endif +#ifdef HAVE_XKB_CONFIG_H +#include +#endif + #include #include #include