diff options
Diffstat (limited to 'src/XIDefineCursor.c')
-rw-r--r-- | src/XIDefineCursor.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/XIDefineCursor.c b/src/XIDefineCursor.c index be6dadb..6308945 100644 --- a/src/XIDefineCursor.c +++ b/src/XIDefineCursor.c @@ -29,6 +29,10 @@ in this Software without prior written authorization from The Open Group. * XIDefineCursor - Change the cursor of an extension input device. * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdint.h> #include <X11/extensions/XI2proto.h> #include <X11/Xlibint.h> |