From cae06ca0ce523eeb9a667ce3ae5bff066cf6ecd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Tue, 17 May 2005 20:53:58 +0000 Subject: - Conditionally include config.h in the ICE source. - Add ICE to symlink.sh --- src/locking.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/locking.c') 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 +#endif #include #include "ICElibint.h" -- cgit v1.2.3