diff options
Diffstat (limited to 'src/XGetCPtr.c')
-rw-r--r-- | src/XGetCPtr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/XGetCPtr.c b/src/XGetCPtr.c index 4517b6a..a6a44b7 100644 --- a/src/XGetCPtr.c +++ b/src/XGetCPtr.c @@ -29,6 +29,9 @@ in this Software without prior written authorization from The Open Group. * XIGetClientPointer - Get the clientPointer setting for a client. * */ +#if HAVE_CONFIG_H +#include <config.h> +#endif #include <stdint.h> #include <X11/extensions/XI2proto.h> |