diff options
Diffstat (limited to 'os/WaitFor.c')
-rw-r--r-- | os/WaitFor.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os/WaitFor.c b/os/WaitFor.c index 18eacbdba..899ad42f7 100644 --- a/os/WaitFor.c +++ b/os/WaitFor.c @@ -56,6 +56,10 @@ SOFTWARE. * *****************************************************************/ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #ifdef WIN32 #include <X11/Xwinsock.h> #endif |