diff options
Diffstat (limited to 'xkb/xkbfmisc.c')
-rw-r--r-- | xkb/xkbfmisc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xkb/xkbfmisc.c b/xkb/xkbfmisc.c index c1d136820..f55ab5bdf 100644 --- a/xkb/xkbfmisc.c +++ b/xkb/xkbfmisc.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 |