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