Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/benchmarks/bonnie++/files/patch-bonnie.h.in
18161 views
--- bonnie.h.in.orig	2018-09-13 13:07:36 UTC
+++ bonnie.h.in
@@ -1,8 +1,6 @@
 #ifndef BONNIE
 #define BONNIE
 
-using namespace std;
-
 #define BON_VERSION "@version@"
 #define CSV_VERSION "@csv_version@"
 
@@ -11,6 +9,8 @@ using namespace std;
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+
+using namespace std;
 
 typedef FILE *PFILE;