diff options
Diffstat (limited to 'os/mitauth.c')
-rw-r--r-- | os/mitauth.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os/mitauth.c b/os/mitauth.c index dfaea35ab..9a806c02b 100644 --- a/os/mitauth.c +++ b/os/mitauth.c @@ -33,6 +33,10 @@ from The Open Group. * Author: Keith Packard, MIT X Consortium */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <X11/X.h> #include <X11/os.h> #include "osdep.h" |