diff --git a/benchmarks/randread/Makefile b/benchmarks/randread/Makefile index 7f64930c464..e1a8863ff0e 100644 --- a/benchmarks/randread/Makefile +++ b/benchmarks/randread/Makefile @@ -2,7 +2,7 @@ COMMENT= help benchmark random read performance DISTNAME= randread-0.2 CATEGORIES= benchmarks -REVISION= 1 +REVISION= 2 HOMEPAGE= http://randread.sourceforge.net/ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=randread/} diff --git a/benchmarks/randread/patches/patch-filelist_c b/benchmarks/randread/patches/patch-filelist_c index 95c1d9fc8da..d80b6cb374b 100644 --- a/benchmarks/randread/patches/patch-filelist_c +++ b/benchmarks/randread/patches/patch-filelist_c @@ -1,10 +1,14 @@ ---- filelist.c.orig Wed Sep 11 07:15:12 2002 -+++ filelist.c Tue Jul 1 16:37:22 2003 -@@ -7,6 +7,7 @@ +Index: filelist.c +--- filelist.c.orig ++++ filelist.c +@@ -7,8 +7,10 @@ #include #include +#include #include #include ++#include #include + #include +