diff options
Diffstat (limited to 'AuFileName.c')
-rw-r--r-- | AuFileName.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/AuFileName.c b/AuFileName.c index ce62327..a51fc3b 100644 --- a/AuFileName.c +++ b/AuFileName.c @@ -27,6 +27,9 @@ in this Software without prior written authorization from The Open Group. */ /* $XFree86: xc/lib/Xau/AuFileName.c,v 3.6 2001/07/25 15:04:48 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/Xauth.h> #include <X11/Xos.h> #include <stdlib.h> |