diff options
Diffstat (limited to 'src/XIQueryDevice.c')
-rw-r--r-- | src/XIQueryDevice.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/XIQueryDevice.c b/src/XIQueryDevice.c index 66452c2..4be1eca 100644 --- a/src/XIQueryDevice.c +++ b/src/XIQueryDevice.c @@ -22,6 +22,10 @@ * */ +#if HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdint.h> #include <X11/Xlibint.h> #include <X11/extensions/XI2proto.h> |