[cairo-commit] libpixman/src pixman.h,1.18,1.19

Tim Rowley commit at pdx.freedesktop.org
Tue Mar 29 11:45:55 PST 2005


Committed by: tor

Update of /cvs/cairo/libpixman/src
In directory gabe:/tmp/cvs-serv26311/src

Modified Files:
	pixman.h 
Log Message:
src/pixman.h: add AIX to the test for inttypes.h


Index: pixman.h
===================================================================
RCS file: /cvs/cairo/libpixman/src/pixman.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- pixman.h	4 Mar 2005 02:02:23 -0000	1.18
+++ pixman.h	29 Mar 2005 19:45:52 -0000	1.19
@@ -84,7 +84,7 @@
 #if defined (__SVR4) && defined (__sun)
 # include <sys/int_types.h>
 #else
-# if defined (__OpenBSD__)
+# if defined (__OpenBSD__) || defined (_AIX)
 #  include <inttypes.h>
 # else 
 #  include <stdint.h>




More information about the cairo-commit mailing list