mirror of https://github.com/mpv-player/mpv
Add missing stream.h #include, fixes the warning:
stream/tcp.c:197: warning: implicit declaration of function 'stream_check_interrupt' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26783 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
26166492dc
commit
84fa3d69f3
|
@ -31,6 +31,7 @@
|
||||||
#include <ws2tcpip.h>
|
#include <ws2tcpip.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "stream.h"
|
||||||
#include "tcp.h"
|
#include "tcp.h"
|
||||||
|
|
||||||
/* IPv6 options */
|
/* IPv6 options */
|
||||||
|
|
Loading…
Reference in New Issue