diff options
Diffstat (limited to 'src/XISetCPtr.c')
-rw-r--r-- | src/XISetCPtr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/XISetCPtr.c b/src/XISetCPtr.c index 4948598..8537d8a 100644 --- a/src/XISetCPtr.c +++ b/src/XISetCPtr.c @@ -32,6 +32,9 @@ in this Software without prior written authorization from The Open Group. * Ideally, the window manager will always send a SetClientPointer request * before the client interacts with an application. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stdint.h> #include <X11/extensions/XI2proto.h> |