diff options
Diffstat (limited to 'src/XExtInt.c')
-rw-r--r-- | src/XExtInt.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/XExtInt.c b/src/XExtInt.c index 82f5bf3..29ecfa3 100644 --- a/src/XExtInt.c +++ b/src/XExtInt.c @@ -50,6 +50,10 @@ SOFTWARE. * */ +#if HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdio.h> #include <stdint.h> #include <X11/extensions/XI.h> |