You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-benchmarks/bonnie/files/bonnie-2.0.6-includes.patch

14 lines
336 B

--- a/Bonnie.c 1996-08-28 18:23:49.000000000 +0200
+++ b/Bonnie.c 2010-10-12 20:15:26.000000000 +0200
@@ -29,6 +29,10 @@
#include <fcntl.h>
#include <sys/types.h>
#include <sys/time.h>
+#include <time.h>
+#include <string.h>
+#include <stdlib.h>
+#include <sys/wait.h>
#if defined(SysV)
#include <limits.h>
#include <sys/times.h>