aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-11-21 09:30:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-11-21 09:30:07 +0000
commit59693250c4ac25e75fdaedb88b19f55015524df8 (patch)
tree166a6dad4bf382da7ac594122b84a5f4e886fde7
parent336b0b7d824954d466cd15adac5a381558144ce3 (diff)
includes http.h for the proxytunnel stuff
-rw-r--r--lib/ftp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ftp.c b/lib/ftp.c
index 4224c533a..8b4c205fd 100644
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -85,6 +85,7 @@
#include "progress.h"
#include "download.h"
#include "escape.h"
+#include "http.h" /* for HTTP proxy tunnel stuff */
#ifdef KRB4
#include "security.h"