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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/bonnie++/files/patch-rand.h b/benchmarks/bonnie++/files/patch-rand.h
index 59753d937b43..24ee7dc54583 100644
--- a/benchmarks/bonnie++/files/patch-rand.h
+++ b/benchmarks/bonnie++/files/patch-rand.h
@@ -1,14 +1,14 @@
---- rand.h.orig 2003-01-08 19:52:53 UTC
-+++ rand.h
+--- rand.h.orig 2016-06-30 09:38:55.000000000 +0000
++++ rand.h 2016-10-18 20:04:31.159630423 +0000
@@ -1,11 +1,11 @@
#ifndef RAND_H
#define RAND_H
-using namespace std;
#include "port.h"
+ #include <string>
#include <stdio.h>
#include <stdlib.h>
- #include <string>
+using namespace std;
class Rand