summaryrefslogtreecommitdiff
path: root/benchmarks/libmicro/files/patch-msync.c
blob: 86dd9bbd1ad07707423b37a3e4c0f286a629c090 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- msync.c.orig	2011-05-11 00:58:23 UTC
+++ msync.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>