diff options
Diffstat (limited to 'Xext/xevie.c')
-rw-r--r-- | Xext/xevie.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Xext/xevie.c b/Xext/xevie.c index d33f027a9..300f3c9f4 100644 --- a/Xext/xevie.c +++ b/Xext/xevie.c @@ -34,6 +34,10 @@ of the copyright holder. #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> |