summaryrefslogtreecommitdiffstats
path: root/osdep/mmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/mmap.h')
-rw-r--r--osdep/mmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/osdep/mmap.h b/osdep/mmap.h
index 8a4ccc0abf..db7c136a96 100644
--- a/osdep/mmap.h
+++ b/osdep/mmap.h
@@ -23,6 +23,8 @@
#ifndef MPLAYER_MMAP_H
#define MPLAYER_MMAP_H
+#include <sys/types.h>
+
/*
* Protections are chosen from these bits, or-ed together
*/