*** ./LzFind.c.ORIG Mon Jan 10 20:37:44 2011 --- ./LzFind.c Mon Jan 10 20:37:55 2011 *************** *** 3,9 **** --- 3,11 ---- #define _FILE_OFFSET_BITS 64 + #ifndef _AIX51 #include + #endif #include #include "pdlzip.h" *** ./LzmaEnc.c.ORIG Mon Jan 10 20:38:22 2011 --- ./LzmaEnc.c Mon Jan 10 20:38:31 2011 *************** *** 3,9 **** --- 3,11 ---- #define _FILE_OFFSET_BITS 64 + #ifndef _AIX51 #include + #endif #include #include *** ./main.c.ORIG Mon Jan 10 20:38:41 2011 --- ./main.c Mon Jan 10 20:38:53 2011 *************** *** 15,21 **** --- 15,23 ---- #include #include #include + #ifndef _AIX51 #include + #endif #include #include #include