diff options
Diffstat (limited to 'src/EventUtil.c')
-rw-r--r-- | src/EventUtil.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/EventUtil.c b/src/EventUtil.c index e38c904..929d83d 100644 --- a/src/EventUtil.c +++ b/src/EventUtil.c @@ -61,6 +61,9 @@ in this Software without prior written authorization from The Open Group. */ /* $XFree86: xc/lib/Xt/EventUtil.c,v 1.6 2001/12/14 19:56:13 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "IntrinsicI.h" #include "PassivGraI.h" #include "StringDefs.h" |