diff options
Diffstat (limited to 'benchmarks/himenobench/files/patch-himenobmtxps.c')
-rw-r--r-- | benchmarks/himenobench/files/patch-himenobmtxps.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/benchmarks/himenobench/files/patch-himenobmtxps.c b/benchmarks/himenobench/files/patch-himenobmtxps.c new file mode 100644 index 000000000000..6ed389728ad5 --- /dev/null +++ b/benchmarks/himenobench/files/patch-himenobmtxps.c @@ -0,0 +1,18 @@ +--- himenobmtxps.c~ Thu Feb 21 09:27:59 2002 ++++ himenobmtxps.c Mon Aug 16 16:13:42 2004 +@@ -37,6 +37,7 @@ + ********************************************************************/
+
+ #include <stdio.h>
++#include <sys/time.h>
+
+ #ifdef SSMALL
+ #define MIMAX 33
+@@ -245,7 +246,6 @@ + double
+ second()
+ {
+-#include <sys/time.h>
+
+ struct timeval tm;
+ double t ;
|