pixman: Branch 'master'

Vladimir Vukicevic vladimir at kemper.freedesktop.org
Tue Aug 19 11:57:59 PDT 2008


 pixman/pixman.h |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit e78eee87319e0290025c9d87bffe379bec440587
Author: Vladimir Vukicevic <vladimir at pobox.com>
Date:   Tue Aug 19 11:57:53 2008 -0700

    Add sys/inttypes.h include for AIX

diff --git a/pixman/pixman.h b/pixman/pixman.h
index c3b3184..977c0a6 100644
--- a/pixman/pixman.h
+++ b/pixman/pixman.h
@@ -85,6 +85,8 @@ typedef __int32 int32_t;
 typedef unsigned __int32 uint32_t;
 typedef __int64 int64_t;
 typedef unsigned __int64 uint64_t;
+#elif defined (_AIX)
+#  include <sys/inttypes.h>
 #else
 #  include <stdint.h>
 #endif


More information about the xorg-commit mailing list