summaryrefslogtreecommitdiffstats
path: root/osdep/shmem.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-11 19:26:13 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-11 19:26:13 +0000
commit30d48cb10e8576126d9aa2e0bbc8e0a06b3896fc (patch)
tree80cc354a8b57f1746ce390b316456517d82bd59d /osdep/shmem.c
parent9f0ef64532858e0101f43050c1d369c3731b8bb9 (diff)
downloadmpv-30d48cb10e8576126d9aa2e0bbc8e0a06b3896fc.tar.bz2
mpv-30d48cb10e8576126d9aa2e0bbc8e0a06b3896fc.tar.xz
Zeta OS support, mostly working.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13613 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep/shmem.c')
-rw-r--r--osdep/shmem.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/osdep/shmem.c b/osdep/shmem.c
index 9426a33fd5..ec496d92f1 100644
--- a/osdep/shmem.c
+++ b/osdep/shmem.c
@@ -20,6 +20,8 @@
#include <sys/uio.h>
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>
+#elif defined(__BEOS__)
+#include <mman.h>
#endif
#include <sys/socket.h>
#include <fcntl.h>