*** ./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 *** ./LzFind.c.ORIG Wed May 29 12:00:18 2013 --- ./LzFind.c Wed May 29 12:00:32 2013 *************** *** 5,11 **** --- 5,13 ---- #include #include + #ifndef _AIX51 #include + #endif #include #include #include *** ./LzmaDec.c.ORIG Wed May 29 12:03:41 2013 --- ./LzmaDec.c Wed May 29 12:03:52 2013 *************** *** 5,11 **** --- 5,13 ---- #include #include + #ifndef _AIX51 #include + #endif #include #include #include