From b2d3dcf16979a54ecc3cf4fbfc6ee0e4a4f3521b Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 2 Mar 2017 20:33:23 -0800 Subject: Include config_ac.h from all source files --- common/pixman-region.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/pixman-region.c') diff --git a/common/pixman-region.c b/common/pixman-region.c index 2d199de8..eb3fd179 100644 --- a/common/pixman-region.c +++ b/common/pixman-region.c @@ -63,6 +63,10 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#if defined(HAVE_CONFIG_H) +#include +#endif + #define PIXREGION_NIL(reg) ((reg)->data && !(reg)->data->numRects) /* not a region */ #define PIXREGION_NAR(reg) ((reg)->data == pixman_broken_data) -- cgit v1.2.3