diff options
Diffstat (limited to 'AuGetBest.c')
-rw-r--r-- | AuGetBest.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/AuGetBest.c b/AuGetBest.c index f68d8e0..5ff1c7c 100644 --- a/AuGetBest.c +++ b/AuGetBest.c @@ -27,6 +27,9 @@ in this Software without prior written authorization from The Open Group. */ /* $XFree86: xc/lib/Xau/AuGetBest.c,v 1.7 2001/12/14 19:54:36 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/Xauth.h> #include <X11/Xos.h> #ifdef XTHREADS |