pixman: Branch 'master'

Søren Sandmann Pedersen sandmann at kemper.freedesktop.org
Tue Jun 3 13:34:21 PDT 2008


 pixman/pixman.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9267b0bb549044591f28124a86e169b2235339b6
Author: Dimitrios Apostolou <jimis at gmx.net>
Date:   Tue Jun 3 16:33:58 2008 -0400

    Fix compilation on SGI
    
    Signed-off-by: Søren Sandmann <sandmann at redhat.com>

diff --git a/pixman/pixman.h b/pixman/pixman.h
index b3cf7cd..1224d2b 100644
--- a/pixman/pixman.h
+++ b/pixman/pixman.h
@@ -77,7 +77,7 @@ SOFTWARE.
 #if defined (__SVR4) && defined (__sun)
 #  include <sys/int_types.h>
 #  include <stdint.h>
-#elif defined (__OpenBSD__)
+#elif defined (__OpenBSD__) || defined (__sgi)
 #  include <inttypes.h>
 #elif defined (_MSC_VER)
 typedef __int8 int8_t;


More information about the xorg-commit mailing list