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:
diego 2008-05-15 16:11:50 +00:00
parent 26166492dc
commit 84fa3d69f3
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include <ws2tcpip.h>
#endif
#include "stream.h"
#include "tcp.h"
/* IPv6 options */