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/shutdown.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/shutdown.c')
-rw-r--r-- | src/shutdown.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shutdown.c b/src/shutdown.c index 103aa47..734d64e 100644 --- a/src/shutdown.c +++ b/src/shutdown.c @@ -28,6 +28,9 @@ Author: Ralph Mor, X Consortium ******************************************************************************/ /* $XFree86: xc/lib/ICE/shutdown.c,v 3.3 2001/08/01 00:44:37 tsi Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/ICE/ICElib.h> #include "ICElibint.h" #include <X11/Xtrans.h> |