diff options
Diffstat (limited to 'Xext/mitmisc.c')
-rw-r--r-- | Xext/mitmisc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Xext/mitmisc.c b/Xext/mitmisc.c index e32642b28..18c58ab8f 100644 --- a/Xext/mitmisc.c +++ b/Xext/mitmisc.c @@ -30,6 +30,10 @@ in this Software without prior written authorization from The Open Group. /* $Xorg: mitmisc.c,v 1.4 2001/02/09 02:04:32 xorgcvs Exp $ */ #define NEED_EVENTS +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <X11/X.h> #include <X11/Xproto.h> #include <X11/misc.h> |