blob: 52a741cc7a75bd5b3a40c1cee99398a8ee05a302 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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>
|