From 9267b0bb549044591f28124a86e169b2235339b6 Mon Sep 17 00:00:00 2001 From: Dimitrios Apostolou Date: Tue, 3 Jun 2008 16:33:58 -0400 Subject: [PATCH] Fix compilation on SGI MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Søren Sandmann --- pixman/pixman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # include -#elif defined (__OpenBSD__) +#elif defined (__OpenBSD__) || defined (__sgi) # include #elif defined (_MSC_VER) typedef __int8 int8_t; -- 2.7.4