summaryrefslogtreecommitdiff
blob: ba4b1bae505594672d48d463bce7ced42f8b8725 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
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 <stdlib.h>
 #include <stdio.h>
 
 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 <stdio.h>
 #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 <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <assert.h>
 
 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 <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
+#include <string.h>
 
 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 <stdlib.h>
 #include <ctype.h>
 #include <assert.h>
+#include <string.h>
 #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 <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
+#include <string.h>
 
 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 <stdio.h>
 #include <stdlib.h>
 #include <ctype.h>
+#include <string.h>
 #include <assert.h>
 #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 <stdio.h>
+#include <stdlib.h>
 #include <assert.h>
 
 #define NTIM 3