diff options
Diffstat (limited to 'Xi/closedev.c')
-rw-r--r-- | Xi/closedev.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Xi/closedev.c b/Xi/closedev.c index 49e292235..8a57aeeee 100644 --- a/Xi/closedev.c +++ b/Xi/closedev.c @@ -55,6 +55,10 @@ SOFTWARE. #define NEED_EVENTS #define NEED_REPLIES +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <X11/X.h> /* for inputstr.h */ #include <X11/Xproto.h> /* Request macro */ #include "inputstr.h" /* DeviceIntPtr */ |