From 3aecce6126c0bc183d384f65fcc68d40d08a3b46 Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Thu, 4 Jan 2001 06:58:01 +0000 Subject: Include sys/random.h, not machine/random.h. This should fix the conditional build breakage introduced in revision 1.2 --- benchmarks/rawio/files/patch-ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmarks') diff --git a/benchmarks/rawio/files/patch-ac b/benchmarks/rawio/files/patch-ac index 092386bf01d1..ee09eb5b439e 100644 --- a/benchmarks/rawio/files/patch-ac +++ b/benchmarks/rawio/files/patch-ac @@ -6,7 +6,7 @@ #include -#include "random.h" +#if !defined(__FreeBSD__) || !defined(__alpha__) -+#include ++#include +#endif /* submitted by Andy Doran */ -- cgit v1.2.3