Path: blob/main/benchmarks/bonnie++/files/patch-bonnie.h.in
16465 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;