aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-02-19 11:55:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-02-19 11:55:49 +0000
commitd2bdad59457e8df0ed9878bb21a78fbf122bbd30 (patch)
tree276966456350db3527c6a38222fc68bf95750a2f
parent17e8d60c01f8f020e3738db855584f23fb892a04 (diff)
and fix warnings due to lack of protos
-rw-r--r--lib/ftp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ftp.c b/lib/ftp.c
index 28ecdcdc1..a23acd43e 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