diff options
Diffstat (limited to 'src/XListDev.c')
-rw-r--r-- | src/XListDev.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/XListDev.c b/src/XListDev.c index c544ae0..6a16da4 100644 --- a/src/XListDev.c +++ b/src/XListDev.c @@ -50,6 +50,9 @@ SOFTWARE. * available input devices. * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/extensions/XI.h> #include <X11/extensions/XIproto.h> |