diff options
Diffstat (limited to 'os/k5auth.c')
-rw-r--r-- | os/k5auth.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os/k5auth.c b/os/k5auth.c index ebf16c9eb..b23a3d440 100644 --- a/os/k5auth.c +++ b/os/k5auth.c @@ -36,6 +36,10 @@ from The Open Group. * krb5 distribution. (At least the checking part) */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <sys/types.h> #include <sys/socket.h> #ifdef TCPCONN |