From: Daniel Stenberg Date: Mon, 19 Feb 2007 11:55:49 +0000 (+0000) Subject: and fix warnings due to lack of protos X-Git-Tag: curl-7_16_2~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2bdad59457e8df0ed9878bb21a78fbf122bbd30;p=thirdparty%2Fcurl.git and fix warnings due to lack of protos --- diff --git a/lib/ftp.c b/lib/ftp.c index 28ecdcdc1d..a23acd43ed 100644 --- 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