mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 02:09:52 +00:00
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
This commit is contained in:
parent
8cf9abed3b
commit
1f52c9ed8b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user