From 0b4b811191a1e74356b7ff78a09107e29a7ef695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Tue, 17 May 2005 21:25:16 +0000 Subject: - Conditionally include config.h in xc/lib/SM - Add libSM to symlink.sh - Add SM build system --- src/sm_misc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/sm_misc.c') diff --git a/src/sm_misc.c b/src/sm_misc.c index 9fc3e90..30c2c2d 100644 --- a/src/sm_misc.c +++ b/src/sm_misc.c @@ -30,6 +30,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 "SMlibint.h" #include -- cgit v1.2.3