]> granicus.if.org Git - curl/commitdiff
and fix warnings due to lack of protos
authorDaniel Stenberg <daniel@haxx.se>
Mon, 19 Feb 2007 11:55:49 +0000 (11:55 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 19 Feb 2007 11:55:49 +0000 (11:55 +0000)
lib/ftp.c

index 28ecdcdc1d9daa8c3df43a96ec699c3288932adb..a23acd43ed1573006a27076ddb6d1aa748bb6fe4 100644 (file)
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -75,6 +75,7 @@
 #include "transfer.h"
 #include "escape.h"
 #include "http.h" /* for HTTP proxy tunnel stuff */
+#include "socks.h"
 #include "ftp.h"
 
 #ifdef HAVE_KRB4