diff options
Diffstat (limited to 'benchmarks/libmicro/files/patch-getrusage.c')
-rw-r--r-- | benchmarks/libmicro/files/patch-getrusage.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/benchmarks/libmicro/files/patch-getrusage.c b/benchmarks/libmicro/files/patch-getrusage.c new file mode 100644 index 000000000000..cd3d852eef28 --- /dev/null +++ b/benchmarks/libmicro/files/patch-getrusage.c @@ -0,0 +1,10 @@ +--- getrusage.c.orig Sat Aug 6 16:12:36 2005 ++++ getrusage.c Sat Aug 6 16:12:57 2005 +@@ -40,6 +40,7 @@ + #include <unistd.h> + #include <stdlib.h> + #include <stdio.h> ++#include <sys/time.h> + #include <sys/resource.h> + + #include "libmicro.h" |