diff options
Diffstat (limited to 'benchmarks/libmicro/files/patch-mmap.c')
-rw-r--r-- | benchmarks/libmicro/files/patch-mmap.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/benchmarks/libmicro/files/patch-mmap.c b/benchmarks/libmicro/files/patch-mmap.c new file mode 100644 index 000000000000..52a741cc7a75 --- /dev/null +++ b/benchmarks/libmicro/files/patch-mmap.c @@ -0,0 +1,10 @@ +--- mmap.c.orig 2011-05-11 00:58:23 UTC ++++ mmap.c +@@ -28,6 +28,7 @@ + * Use is subject to license terms. + */ + ++#include <sys/types.h> + #include <sys/mman.h> + #include <unistd.h> + #include <stdlib.h> |