[cairo-commit] pixman/src

Carl Worth cworth at kemper.freedesktop.org
Sun Jun 25 06:25:30 PDT 2006


 pixman/src/pixman.h |    4 ++++
 1 files changed, 4 insertions(+)

New commits:
diff-tree e747bbd350e9630c18849dd7975036d1260264be (from e32138aa93ba37d760af87294fbb47046bfe6dec)
Author: Torsten Schoenfeld <kaffeetisch at gmx.de>
Date:   Sun Jun 25 15:07:19 2006 +0200

    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.

diff --git a/pixman/src/pixman.h b/pixman/src/pixman.h
index 33734f2..ca24e33 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


More information about the cairo-commit mailing list