summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/maprules.c4
-rw-r--r--src/xkbconfig.c4
-rw-r--r--src/xkberrs.c4
-rw-r--r--src/xkbmisc.c4
-rw-r--r--src/xkbout.c4
-rw-r--r--src/xkbtext.c4
-rw-r--r--src/xkmread.c4
7 files changed, 28 insertions, 0 deletions
diff --git a/src/maprules.c b/src/maprules.c
index e7e369d..03ca51e 100644
--- a/src/maprules.c
+++ b/src/maprules.c
@@ -26,6 +26,10 @@
********************************************************/
/* $XFree86: xc/lib/xkbfile/maprules.c,v 3.17 2002/11/26 01:43:25 dawes Exp $ */
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/xkbconfig.c b/src/xkbconfig.c
index 3c01fa8..3d582d1 100644
--- a/src/xkbconfig.c
+++ b/src/xkbconfig.c
@@ -26,6 +26,10 @@
********************************************************/
/* $XFree86: xc/lib/xkbfile/xkbconfig.c,v 3.7 2001/11/30 12:11:51 eich Exp $ */
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/xkberrs.c b/src/xkberrs.c
index 08b44f2..731d0b5 100644
--- a/src/xkberrs.c
+++ b/src/xkberrs.c
@@ -26,6 +26,10 @@
********************************************************/
/* $XFree86: xc/lib/xkbfile/xkberrs.c,v 3.4 2001/07/29 05:01:13 tsi Exp $ */
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/xkbmisc.c b/src/xkbmisc.c
index c1d1368..f55ab5b 100644
--- a/src/xkbmisc.c
+++ b/src/xkbmisc.c
@@ -26,6 +26,10 @@
********************************************************/
/* $XFree86: xc/lib/xkbfile/xkbmisc.c,v 1.7 2003/07/16 02:31:10 dawes Exp $ */
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/xkbout.c b/src/xkbout.c
index 059959a..cdf6995 100644
--- a/src/xkbout.c
+++ b/src/xkbout.c
@@ -26,6 +26,10 @@
********************************************************/
/* $XFree86: xc/lib/xkbfile/xkbout.c,v 3.9 2001/10/28 03:32:47 tsi Exp $ */
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/xkbtext.c b/src/xkbtext.c
index 86df1cb..0df7c89 100644
--- a/src/xkbtext.c
+++ b/src/xkbtext.c
@@ -26,6 +26,10 @@
********************************************************/
/* $XFree86: xc/lib/xkbfile/xkbtext.c,v 3.11 2002/12/21 18:49:02 paulo Exp $ */
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/xkmread.c b/src/xkmread.c
index a69058a..3f38a4f 100644
--- a/src/xkmread.c
+++ b/src/xkmread.c
@@ -26,6 +26,10 @@
********************************************************/
/* $XFree86: xc/lib/xkbfile/xkmread.c,v 1.6 2002/02/13 22:09:42 herrb Exp $ */
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif