diff stream/stream_ftp.c @ 19335:2a9d669e5ff6

isolated tcp socket code from network.c to a dedicated file
author ben
date Sat, 05 Aug 2006 10:30:06 +0000
parents 64d82a45a05d
children 49a433e2e78f
line wrap: on
line diff
--- a/stream/stream_ftp.c	Sat Aug 05 10:02:09 2006 +0000
+++ b/stream/stream_ftp.c	Sat Aug 05 10:30:06 2006 +0000
@@ -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;