summaryrefslogtreecommitdiff
blob: 2afe02b496bde02f43b2ce66c4e614ff465b4096 (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
diff -Naur bonnie++-1.93c.orig/bon_csv2html.cpp bonnie++-1.93c/bon_csv2html.cpp
--- bonnie++-1.93c.orig/bon_csv2html.cpp	2008-05-02 14:12:19.000000000 +0200
+++ bonnie++-1.93c/bon_csv2html.cpp	2008-05-02 14:13:57.000000000 +0200
@@ -3,6 +3,7 @@
 #include <vector>
 #include <string.h>
 #include <math.h>
+#include <stdlib.h>
 
 // Maximum number of items expected on a csv line
 #define MAX_ITEMS 48
diff -Naur bonnie++-1.93c.orig/getc_putc.cpp bonnie++-1.93c/getc_putc.cpp
--- bonnie++-1.93c.orig/getc_putc.cpp	2008-05-02 14:12:19.000000000 +0200
+++ bonnie++-1.93c/getc_putc.cpp	2008-05-02 14:19:15.000000000 +0200
@@ -12,6 +12,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <string.h>
 #include <vector>
 
 #include "duration.h"
diff -Naur bonnie++-1.93c.orig/getc_putc_helper.cpp bonnie++-1.93c/getc_putc_helper.cpp
--- bonnie++-1.93c.orig/getc_putc_helper.cpp	2008-05-02 14:12:19.000000000 +0200
+++ bonnie++-1.93c/getc_putc_helper.cpp	2008-05-02 14:19:57.000000000 +0200
@@ -7,6 +7,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <string.h>
 #include "duration.h"
 #include <vector>
 #include "getc_putc.h"
diff -Naur bonnie++-1.93c.orig/zcav.cpp bonnie++-1.93c/zcav.cpp
--- bonnie++-1.93c.orig/zcav.cpp	2008-05-02 14:12:19.000000000 +0200
+++ bonnie++-1.93c/zcav.cpp	2008-05-02 14:20:42.000000000 +0200
@@ -9,6 +9,9 @@
 #include "getopt.h"
 #endif
 
+#include <stdlib.h>
+#include <string.h>
+
 #define TOO_MANY_LOOPS 100
 
 void usage()