From d7b460956a351157b59a551a8c21cfc18bf11e69 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 5 Aug 2006 10:30:06 +0000 Subject: isolated tcp socket code from network.c to a dedicated file git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19341 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_ftp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stream/stream_ftp.c') diff --git a/stream/stream_ftp.c b/stream/stream_ftp.c index 2f82aa2210..3f1830ac35 100644 --- a/stream/stream_ftp.c +++ b/stream/stream_ftp.c @@ -21,6 +21,7 @@ #include "help_mp.h" #include "m_option.h" #include "m_struct.h" +#include "tcp.h" static struct stream_priv_s { char* user; -- cgit v1.2.3