summaryrefslogtreecommitdiff
path: root/Xi/setbmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'Xi/setbmap.c')
-rw-r--r--Xi/setbmap.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Xi/setbmap.c b/Xi/setbmap.c
index 7282a02e2..37db5110d 100644
--- a/Xi/setbmap.c
+++ b/Xi/setbmap.c
@@ -58,6 +58,10 @@ SOFTWARE.
#define IsOn(ptr, bit) \
(((BYTE *) (ptr))[(bit)>>3] & (1 << ((bit) & 7)))
+#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 */