diff options
Diffstat (limited to 'src/xkbtext.c')
-rw-r--r-- | src/xkbtext.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 |