diff options
Diffstat (limited to 'src/XSetMode.c')
-rw-r--r-- | src/XSetMode.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/XSetMode.c b/src/XSetMode.c index b184a33..9204a8e 100644 --- a/src/XSetMode.c +++ b/src/XSetMode.c @@ -49,6 +49,9 @@ SOFTWARE. * XSetDeviceMode - Set the mode of an extension input device. * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/extensions/XI.h> #include <X11/extensions/XIproto.h> |