diff options
Diffstat (limited to 'src/iceauth.c')
-rw-r--r-- | src/iceauth.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/iceauth.c b/src/iceauth.c index c3e78a3..01c73ce 100644 --- a/src/iceauth.c +++ b/src/iceauth.c @@ -28,6 +28,9 @@ Author: Ralph Mor, X Consortium ******************************************************************************/ /* $XFree86: xc/lib/ICE/iceauth.c,v 3.5 2001/12/14 19:53:36 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/ICE/ICElib.h> #include "ICElibint.h" #include <X11/ICE/ICEutil.h> |