*** pixman/pixman.h.ORIG Tue Jun 17 23:08:56 2008 --- pixman/pixman.h Tue Jun 17 23:09:26 2008 *************** *** 74,79 **** --- 74,82 ---- /* * Standard integers */ + #ifdef _AIX + #include + #endif #if defined (__SVR4) && defined (__sun) # include # include *************** *** 89,95 **** --- 92,100 ---- typedef __int64 int64_t; typedef unsigned __int64 uint64_t; #else + #ifndef _AIX # include + #endif #endif /*