diff options
Diffstat (limited to 'src/QuCurShp.c')
-rw-r--r-- | src/QuCurShp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/QuCurShp.c b/src/QuCurShp.c index 3dd42be1..b2667231 100644 --- a/src/QuCurShp.c +++ b/src/QuCurShp.c @@ -26,6 +26,9 @@ in this Software without prior written authorization from The Open Group. */ #define NEED_REPLIES +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xlibint.h" Status XQueryBestCursor(dpy, drawable, width, height, ret_width, ret_height) |