Fix compilation on SGI
authorDimitrios Apostolou <jimis@gmx.net>
Tue, 3 Jun 2008 20:33:58 +0000 (16:33 -0400)
committerSøren Sandmann <sandmann@redhat.com>
Tue, 3 Jun 2008 20:33:58 +0000 (16:33 -0400)
Signed-off-by: Søren Sandmann <sandmann@redhat.com>
pixman/pixman.h

index b3cf7cd..1224d2b 100644 (file)
@@ -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;