>From 3537749c5e75141531cb76e290d6170ad91fff27 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 18 May 2007 23:15:30 -0700 Subject: [PATCH] Add #include for INT32_MAX/INT32_MIN on Solaris --- pixman/pixman-compose.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pixman/pixman-compose.c b/pixman/pixman-compose.c index c9eaffe..6be0cfc 100644 --- a/pixman/pixman-compose.c +++ b/pixman/pixman-compose.c @@ -31,6 +31,7 @@ #include #include #include #include +#include #include "pixman-private.h" -- 1.4.1