diff options
Diffstat (limited to 'benchmarks/unixbench/files/patch-af')
-rw-r--r-- | benchmarks/unixbench/files/patch-af | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/benchmarks/unixbench/files/patch-af b/benchmarks/unixbench/files/patch-af index bf25a7610d17..7ecc7b21e8dd 100644 --- a/benchmarks/unixbench/files/patch-af +++ b/benchmarks/unixbench/files/patch-af @@ -1,6 +1,14 @@ --- src/dhry_1.c.orig Thu Jan 27 21:23:37 2000 -+++ src/dhry_1.c Thu Jan 27 21:24:08 2000 -@@ -78,7 +78,7 @@ ++++ src/dhry_1.c Mon Mar 12 19:08:06 2001 +@@ -32,6 +32,7 @@ + ***************************************************************************/ + char SCCSid[] = "@(#) @(#)dhry_1.c:3.4 -- 5/15/91 19:30:21"; + ++#include <sys/types.h> + #include <stdio.h> + #include "dhry.h" + #include "timeit.c" +@@ -78,7 +79,7 @@ /* Measurements should last at least about 2 seconds */ #endif #ifdef TIME |