diff options
Diffstat (limited to 'os/osinit.c')
-rw-r--r-- | os/osinit.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os/osinit.c b/os/osinit.c index 03a017b85..b820c91be 100644 --- a/os/osinit.c +++ b/os/osinit.c @@ -47,6 +47,10 @@ SOFTWARE. ******************************************************************/ /* $Xorg: osinit.c,v 1.4 2001/02/09 02:05:23 xorgcvs Exp $ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <stdio.h> #include <X11/X.h> #include <X11/os.h> |