From 605a76dcc93e277e1b26841a0225b7e0fb851b76 Mon Sep 17 00:00:00 2001 From: Søren Sandmann Pedersen Date: Wed, 18 May 2005 15:38:31 +0000 Subject: - conditionally include config.h in xc/lib/Xt sources - add build system for lib/Xt --- src/Display.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Display.c') diff --git a/src/Display.c b/src/Display.c index 13151f1..2812aa8 100644 --- a/src/Display.c +++ b/src/Display.c @@ -60,6 +60,9 @@ in this Software without prior written authorization from The Open Group. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "IntrinsicI.h" #ifndef X_NO_RESOURCE_CONFIGURATION_MANAGEMENT #include "ResConfigP.h" -- cgit v1.2.3