summaryrefslogtreecommitdiffstats
path: root/libmpdemux/cache2.c
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-25 11:20:58 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-25 11:20:58 +0000
commit5eef65aa85c53f3be57a2031e13af4179f0d6fcc (patch)
treeece4255caa2854bb3556eda8959170d564aa9c26 /libmpdemux/cache2.c
parentfaded2ccdbdc7c3e2c90368edc74576d75efd944 (diff)
downloadmpv-5eef65aa85c53f3be57a2031e13af4179f0d6fcc.tar.bz2
mpv-5eef65aa85c53f3be57a2031e13af4179f0d6fcc.tar.xz
missing #include's
Note: stream.h contains static inline functions, which is not quite clean :/ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3727 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/cache2.c')
-rw-r--r--libmpdemux/cache2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpdemux/cache2.c b/libmpdemux/cache2.c
index 8e935a6c06..4b6deb0cdc 100644
--- a/libmpdemux/cache2.c
+++ b/libmpdemux/cache2.c
@@ -14,6 +14,8 @@
#include <stdlib.h>
#include <string.h>
#include <signal.h>
+#include <sys/types.h>
+#include <unistd.h>
#include "../linux/shmem.h"