*** lib3ds/types.h.ORIG Mon Jun 30 23:07:10 2008 --- lib3ds/types.h Mon Jun 30 23:08:07 2008 *************** *** 48,54 **** --- 48,58 ---- typedef signed __int16 Lib3dsIntw; typedef signed __int16 Lib3dsIntd; #else + #ifdef _AIX + #include + #else #include + #endif typedef int32_t Lib3dsBool; typedef uint8_t Lib3dsByte; typedef uint16_t Lib3dsWord;