*** ./test/lowlevel-blt-bench.c.ORIG Wed Nov 3 10:23:09 2010 --- ./test/lowlevel-blt-bench.c Wed Nov 3 10:23:34 2010 *************** *** 22,28 **** --- 22,30 ---- * DEALINGS IN THE SOFTWARE. */ + #ifndef _AIX51 #include + #endif #include #include #include *** ./Makefile.in.ORIG Thu Oct 6 14:47:30 2011 --- ./Makefile.in Thu Oct 6 14:47:39 2011 *************** *** 269,275 **** top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ! SUBDIRS = pixman demos test pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = pixman-1.pc GPGKEY = 6FF7C1A8 --- 269,275 ---- top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ! SUBDIRS = pixman test pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = pixman-1.pc GPGKEY = 6FF7C1A8 *** ./test/scaling-helpers-test.c.ORIG Thu Oct 6 14:56:44 2011 --- ./test/scaling-helpers-test.c Thu Oct 6 14:56:57 2011 *************** *** 1,5 **** --- 1,7 ---- #include + #ifndef _AIX51 #include + #endif #include #include #include