diff options
Diffstat (limited to 'src/ChkMaskEv.c')
-rw-r--r-- | src/ChkMaskEv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChkMaskEv.c b/src/ChkMaskEv.c index 961dce6..92b569f 100644 --- a/src/ChkMaskEv.c +++ b/src/ChkMaskEv.c @@ -27,6 +27,9 @@ in this Software without prior written authorization from The Open Group. /* $XFree86: xc/lib/X11/ChkMaskEv.c,v 3.5 2001/10/28 03:32:29 tsi Exp $ */ #define NEED_EVENTS +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xlibint.h" extern long const _Xevent_to_mask[]; |