summaryrefslogtreecommitdiffstats
path: root/libmpdemux/video.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/video.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/video.c')
-rw-r--r--libmpdemux/video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/video.c b/libmpdemux/video.c
index 09b7e1ae54..e1bce99b6c 100644
--- a/libmpdemux/video.c
+++ b/libmpdemux/video.c
@@ -7,6 +7,7 @@
#include <malloc.h>
#endif
#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
#include "mp_msg.h"