From 605a76dcc93e277e1b26841a0225b7e0fb851b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= 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/PassivGrab.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/PassivGrab.c') diff --git a/src/PassivGrab.c b/src/PassivGrab.c index 86398cb..377efdc 100644 --- a/src/PassivGrab.c +++ b/src/PassivGrab.c @@ -61,6 +61,9 @@ in this Software without prior written authorization from The Open Group. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "IntrinsicI.h" #include "StringDefs.h" #include "PassivGraI.h" -- cgit v1.2.3