summaryrefslogtreecommitdiff
path: root/os/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/auth.c')
-rw-r--r--os/auth.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/auth.c b/os/auth.c
index 8954f2869..19c5534d3 100644
--- a/os/auth.c
+++ b/os/auth.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
+
#ifdef K5AUTH
# include <krb5/krb5.h>
#endif