includes http.h for the proxytunnel stuff
authorDaniel Stenberg <daniel@haxx.se>
Tue, 21 Nov 2000 09:30:07 +0000 (09:30 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 21 Nov 2000 09:30:07 +0000 (09:30 +0000)
lib/ftp.c

index 4224c53..8b4c205 100644 (file)
--- 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"