summaryrefslogtreecommitdiffstats
path: root/man/man2/mmap.2
diff options
context:
space:
mode:
Diffstat (limited to 'man/man2/mmap.2')
-rw-r--r--man/man2/mmap.21
1 files changed, 1 insertions, 0 deletions
diff --git a/man/man2/mmap.2 b/man/man2/mmap.2
index 63df5a98a..f4cecbefb 100644
--- a/man/man2/mmap.2
+++ b/man/man2/mmap.2
@@ -940,6 +940,7 @@ to output the desired bytes.
#include <stdlib.h>
#include <sys/mman.h>
#include <sys/stat.h>
+#include <sys/types.h>
#include <unistd.h>
\&
#define handle_error(msg) \e