summaryrefslogtreecommitdiffstats
path: root/stream/cache2.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-14 19:29:04 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-14 19:29:04 +0000
commit1f52c9ed8ba7885c51f20404f726c5ac6b4f9d15 (patch)
treebdb83e5c1209c1daf1b3f85cf42c40dd17ed79bd /stream/cache2.c
parent8cf9abed3b7bf9c161941154cbfbda98619a975c (diff)
downloadmpv-1f52c9ed8ba7885c51f20404f726c5ac6b4f9d15.tar.bz2
mpv-1f52c9ed8ba7885c51f20404f726c5ac6b4f9d15.tar.xz
Include cache2.h in cache2.c, fixes an implicit declaration warning for cache_do_control
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27910 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/cache2.c')
-rw-r--r--stream/cache2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/cache2.c b/stream/cache2.c
index aa06bc1b51..f81cc1cce9 100644
--- a/stream/cache2.c
+++ b/stream/cache2.c
@@ -33,6 +33,7 @@ static void ThreadProc( void *s );
#include "help_mp.h"
#include "stream.h"
+#include "cache2.h"
extern int use_gui;
int stream_fill_buffer(stream_t *s);