From: Daniel Stenberg Date: Tue, 21 Nov 2000 09:30:07 +0000 (+0000) Subject: includes http.h for the proxytunnel stuff X-Git-Tag: curl-7_5~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59693250c4ac25e75fdaedb88b19f55015524df8;p=curl includes http.h for the proxytunnel stuff --- 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"