summaryrefslogtreecommitdiffstats
path: root/common/pixman-region.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/pixman-region.c')
-rw-r--r--common/pixman-region.c4
1 files changed, 4 insertions, 0 deletions
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 <config_ac.h>
+#endif
+
#define PIXREGION_NIL(reg) ((reg)->data && !(reg)->data->numRects)
/* not a region */
#define PIXREGION_NAR(reg) ((reg)->data == pixman_broken_data)