diff options
Diffstat (limited to 'src/XSetBMap.c')
-rw-r--r-- | src/XSetBMap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/XSetBMap.c b/src/XSetBMap.c index d0a6398..8aea9fb 100644 --- a/src/XSetBMap.c +++ b/src/XSetBMap.c @@ -49,6 +49,9 @@ SOFTWARE. * XSetDeviceButtonMapping - Set the button mapping of an extension device. * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/extensions/XI.h> #include <X11/extensions/XIproto.h> |