summaryrefslogtreecommitdiff
path: root/benchmarks/bonnie++/files/patch-rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/bonnie++/files/patch-rand.h')
-rw-r--r--benchmarks/bonnie++/files/patch-rand.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/benchmarks/bonnie++/files/patch-rand.h b/benchmarks/bonnie++/files/patch-rand.h
new file mode 100644
index 000000000000..9d411036e6bb
--- /dev/null
+++ b/benchmarks/bonnie++/files/patch-rand.h
@@ -0,0 +1,15 @@
+--- rand.h.orig 2009-08-21 18:45:50.068536643 +0000
++++ rand.h 2009-08-21 18:45:58.564755017 +0000
+@@ -1,11 +1,11 @@
+ #ifndef RAND_H
+ #define RAND_H
+
+-using namespace std;
+ #include "port.h"
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string>
++using namespace std;
+
+ class Rand
+ {