summaryrefslogtreecommitdiff
path: root/benchmarks/bonnie++/files/patch-rand.h
blob: 9d411036e6bbaa5d2002713cfa30f01b09ae8d75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
 {