aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/bonnie++/files/patch-bonnie.h.in
blob: de7547755d1923441c9ec3490d1e9f47067dd626 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- bonnie.h.in.orig    2009-08-21 18:45:50.068536643 +0000
+++ bonnie.h.in 2009-08-21 18:45:58.564755017 +0000
@@ -1,8 +1,6 @@
 #ifndef BONNIE
 #define BONNIE
 
-using namespace std;
-
 #define BON_VERSION "@version@"
 #define CSV_VERSION "@csv_version@"
 
@@ -12,6 +10,8 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 
+using namespace std;
+
 typedef FILE *PFILE;
 
 #define SemKey 4711