summaryrefslogtreecommitdiff
path: root/benchmarks/libmicro/files/patch-mmpa.c
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/libmicro/files/patch-mmpa.c')
-rw-r--r--benchmarks/libmicro/files/patch-mmpa.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/benchmarks/libmicro/files/patch-mmpa.c b/benchmarks/libmicro/files/patch-mmpa.c
new file mode 100644
index 000000000000..f559f94ac2ad
--- /dev/null
+++ b/benchmarks/libmicro/files/patch-mmpa.c
@@ -0,0 +1,10 @@
+--- mmap.c.orig Sat Aug 6 16:13:46 2005
++++ mmap.c Sat Aug 6 16:14:01 2005
+@@ -7,6 +7,7 @@
+ #pragma ident "@(#)mmap.c 1.6 05/08/04 SMI"
+ #endif
+
++#include <sys/types.h>
+ #include <sys/mman.h>
+ #include <unistd.h>
+ #include <stdlib.h>