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/locking.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/locking.c')
-rw-r--r-- | src/locking.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/locking.c b/src/locking.c index c16c3a1..5108030 100644 --- a/src/locking.c +++ b/src/locking.c @@ -27,6 +27,9 @@ in this Software without prior written authorization from The Open Group. Author: Ralph Mor, X Consortium ******************************************************************************/ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/ICE/ICElib.h> #include "ICElibint.h" |