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/Cursor.c | 3 +++ src/Region.c | 3 +++ src/SaveSet.c | 3 +++ src/Selection.c | 3 +++ src/Xfixes.c | 3 +++ 5 files changed, 15 insertions(+) diff --git a/src/Cursor.c b/src/Cursor.c index 782db53..ada8a68 100644 --- a/src/Cursor.c +++ b/src/Cursor.c @@ -22,6 +22,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "Xfixesint.h" void 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 diff --git a/src/SaveSet.c b/src/SaveSet.c index be8ccc8..c5b73f9 100644 --- a/src/SaveSet.c +++ b/src/SaveSet.c @@ -22,6 +22,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "Xfixesint.h" void diff --git a/src/Selection.c b/src/Selection.c index cfc32a8..888dc84 100644 --- a/src/Selection.c +++ b/src/Selection.c @@ -22,6 +22,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "Xfixesint.h" void diff --git a/src/Xfixes.c b/src/Xfixes.c index 94d1bc6..e4dfd05 100644 --- a/src/Xfixes.c +++ b/src/Xfixes.c @@ -22,6 +22,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "Xfixesint.h" XFixesExtInfo XFixesExtensionInfo; -- cgit v1.2.1