diff options
Diffstat (limited to 'Xext/sleepuntil.c')
-rw-r--r-- | Xext/sleepuntil.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Xext/sleepuntil.c b/Xext/sleepuntil.c index ce925adc5..b30f7fd8e 100644 --- a/Xext/sleepuntil.c +++ b/Xext/sleepuntil.c @@ -29,6 +29,10 @@ in this Software without prior written authorization from The Open Group. /* dixsleep.c - implement millisecond timeouts for X clients */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include "sleepuntil.h" #include <X11/X.h> #include <X11/Xmd.h> |