diff options
Diffstat (limited to '')
-rw-r--r-- | benchmarks/rawio/files/patch-ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 <signal.h> -#include "random.h" +#if !defined(__FreeBSD__) || !defined(__alpha__) -+#include <machine/random.h> ++#include <sys/random.h> +#endif /* submitted by Andy Doran <ad@psn.ie> */ |