summaryrefslogtreecommitdiff
path: root/pixman/src
diff options
context:
space:
mode:
authorTorsten Schoenfeld <kaffeetisch@gmx.de>2006-06-25 15:07:19 +0200
committerCarl Worth <cworth@cworth.org>2006-06-25 15:25:23 +0200
commite747bbd350e9630c18849dd7975036d1260264be (patch)
tree87189bedb6374098fba500075e55de7a63670177 /pixman/src
parente32138aa93ba37d760af87294fbb47046bfe6dec (diff)
Fix build after recent pixman.h change.
The recent pixman.h change to use configure-generated defines accidentally broke the build. Pulling in config.h fixes it.
Diffstat (limited to 'pixman/src')
-rw-r--r--pixman/src/pixman.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pixman/src/pixman.h b/pixman/src/pixman.h
index 33734f24f..ca24e338e 100644
--- a/pixman/src/pixman.h
+++ b/pixman/src/pixman.h
@@ -74,6 +74,10 @@ SOFTWARE.
* PERFORMANCE OF THIS SOFTWARE.
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#if HAVE_STDINT_H
# include <stdint.h>
#elif HAVE_INTTYPES_H