Include limits.h in pixman-compose.c; patch from Alan Coopersmith
authorSøren Sandmann <sandmann@redhat.com>
Sat, 19 May 2007 16:04:21 +0000 (12:04 -0400)
committerSøren Sandmann <sandmann@redhat.com>
Sat, 19 May 2007 16:04:21 +0000 (12:04 -0400)
pixman/pixman-compose.c

index c9eaffe..6be0cfc 100644 (file)
@@ -31,6 +31,7 @@
 #include <string.h>
 #include <math.h>
 #include <assert.h>
+#include <limits.h>
 
 #include "pixman-private.h"