aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/bonnie++/files/patch-bonnie.h.in
blob: d6b9d5e1759eca7f77b80545bde407712a30ebca (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-07-03 03:39:33 UTC
+++ bonnie.h.in
@@ -1,8 +1,6 @@
 #ifndef BONNIE
 #define BONNIE
 
-using namespace std;
-
 #define BON_VERSION "@version@"
 #define CSV_VERSION "@csv_version@"
 
@@ -12,6 +10,8 @@ using namespace std;
 #include <sys/stat.h>
 #include <fcntl.h>
 
+using namespace std;
+
 typedef FILE *PFILE;
 
 #define SemKey 4711