diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-17 20:53:58 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-17 20:53:58 +0000 |
commit | cae06ca0ce523eeb9a667ce3ae5bff066cf6ecd7 (patch) | |
tree | 174d7e146a09b088085b2983e94629a546f9acd5 /src/setauth.c | |
parent | 9dd90f8f8e29bb1dd6fe84b4b1d2d75ef91bc336 (diff) |
- Conditionally include config.h in the ICE source.XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_10
- Add ICE to symlink.sh
Diffstat (limited to 'src/setauth.c')
-rw-r--r-- | src/setauth.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/setauth.c b/src/setauth.c index 1811384..4fd7718 100644 --- a/src/setauth.c +++ b/src/setauth.c @@ -28,6 +28,9 @@ Author: Ralph Mor, X Consortium ******************************************************************************/ /* $XFree86: xc/lib/ICE/setauth.c,v 1.4 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> |