*** ./xdelta3.h.ORIG Mon Aug 18 10:53:15 2014 --- ./xdelta3.h Mon Aug 18 10:54:14 2014 *************** *** 105,111 **** --- 105,115 ---- * the 32bit boundary [xdelta3-test.h]). */ #ifndef _WIN32 + #if defined(_AIX) && !defined(_AIX52) + #include + #else #include + #endif typedef unsigned int usize_t; #else #define WIN32_LEAN_AND_MEAN *** ./Makefile.in.ORIG Mon Aug 18 11:10:04 2014 --- ./Makefile.in Mon Aug 18 11:10:18 2014 *************** *** 290,297 **** testing/sizes.h \ testing/test.h ! WFLAGS = -Wall -Wshadow -fno-builtin -Wextra -Wsign-compare \ ! -Wextra -Wno-unused-parameter common_CFLAGS = \ -DGENERIC_ENCODE_TABLES=0 \ --- 290,296 ---- testing/sizes.h \ testing/test.h ! WFLAGS = common_CFLAGS = \ -DGENERIC_ENCODE_TABLES=0 \ *** ./testing/regtest.cc.ORIG Mon Aug 18 12:05:13 2014 --- ./testing/regtest.cc Mon Aug 18 11:58:58 2014 *************** *** 2,7 **** --- 2,8 ---- #include "test.h" #include "random.h" #include "sizes.h" + #include template class Regtest {