From 1406e1cbe2cf76e6e056377af831f9fdf710e487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Tue, 17 May 2005 17:02:24 +0000 Subject: Conditionally include config.h in xc/lib/Xdamage and xc/lib/Xfixes --- src/Region.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Region.c') diff --git a/src/Region.c b/src/Region.c index 6bf0329..c9f5920 100644 --- a/src/Region.c +++ b/src/Region.c @@ -22,6 +22,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "Xfixesint.h" XserverRegion -- cgit v1.2.3