diff -Naur ATLAS/bin/atlas_waitfile.c ATLAS-new/bin/atlas_waitfile.c --- ATLAS/bin/atlas_waitfile.c 2007-10-07 09:48:56.000000000 -0400 +++ ATLAS-new/bin/atlas_waitfile.c 2007-10-09 10:57:13.000000000 -0400 @@ -1,3 +1,4 @@ +#include #include void PrintUsage(char *nam) diff -Naur ATLAS/src/auxil/ATL_buildinfo.c ATLAS-new/src/auxil/ATL_buildinfo.c --- ATLAS/src/auxil/ATL_buildinfo.c 2007-10-07 09:49:03.000000000 -0400 +++ ATLAS-new/src/auxil/ATL_buildinfo.c 2007-10-09 10:56:10.000000000 -0400 @@ -1,3 +1,4 @@ +#include #include "atlas_buildinfo.h" #include "atlas_cacheedge.h" diff -Naur ATLAS/tune/blas/gemm/usercomb.c ATLAS-new/tune/blas/gemm/usercomb.c --- ATLAS/tune/blas/gemm/usercomb.c 2007-10-07 09:49:39.000000000 -0400 +++ ATLAS-new/tune/blas/gemm/usercomb.c 2007-10-09 10:58:53.000000000 -0400 @@ -29,6 +29,7 @@ */ #include #include +#include #include int LineIsCont(char *ln) diff -Naur ATLAS/tune/blas/gemv/gemvtune.c ATLAS-new/tune/blas/gemv/gemvtune.c --- ATLAS/tune/blas/gemv/gemvtune.c 2007-10-07 09:49:39.000000000 -0400 +++ ATLAS-new/tune/blas/gemv/gemvtune.c 2007-10-09 11:00:29.000000000 -0400 @@ -36,6 +36,7 @@ #include #include #include +#include struct FA_allocs { diff -Naur ATLAS/tune/blas/gemv/mvsearch.c ATLAS-new/tune/blas/gemv/mvsearch.c --- ATLAS/tune/blas/gemv/mvsearch.c 2007-10-07 09:49:39.000000000 -0400 +++ ATLAS-new/tune/blas/gemv/mvsearch.c 2007-10-09 10:59:56.000000000 -0400 @@ -32,6 +32,7 @@ #include #include #include +#include #include "atlas_fopen.h" #define ATL_MVIsMM(iflag_) ( ((iflag_) | 8) == (iflag_) ) diff -Naur ATLAS/tune/blas/ger/ger1tune.c ATLAS-new/tune/blas/ger/ger1tune.c --- ATLAS/tune/blas/ger/ger1tune.c 2007-10-07 09:49:39.000000000 -0400 +++ ATLAS-new/tune/blas/ger/ger1tune.c 2007-10-09 11:01:15.000000000 -0400 @@ -36,6 +36,7 @@ #include #include #include +#include struct FA_allocs { diff -Naur ATLAS/tune/blas/ger/r1search.c ATLAS-new/tune/blas/ger/r1search.c --- ATLAS/tune/blas/ger/r1search.c 2007-10-07 09:49:39.000000000 -0400 +++ ATLAS-new/tune/blas/ger/r1search.c 2007-10-09 11:00:58.000000000 -0400 @@ -31,6 +31,7 @@ #include #include #include +#include #include #include "atlas_fopen.h" diff -Naur ATLAS/tune/sysinfo/masearch.c ATLAS-new/tune/sysinfo/masearch.c --- ATLAS/tune/sysinfo/masearch.c 2007-10-07 09:49:39.000000000 -0400 +++ ATLAS-new/tune/sysinfo/masearch.c 2007-10-09 10:57:58.000000000 -0400 @@ -28,6 +28,7 @@ * */ #include +#include #include #define NTIM 3