diff options
Diffstat (limited to 'Xext/fontcache.c')
-rw-r--r-- | Xext/fontcache.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Xext/fontcache.c b/Xext/fontcache.c index b49a0d417..57f788954 100644 --- a/Xext/fontcache.c +++ b/Xext/fontcache.c @@ -33,6 +33,10 @@ #define NEED_REPLIES #define NEED_EVENTS +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <X11/X.h> #include <X11/Xproto.h> #include <X11/misc.h> |