diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-11-21 09:30:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-11-21 09:30:07 +0000 |
commit | 59693250c4ac25e75fdaedb88b19f55015524df8 (patch) | |
tree | 166a6dad4bf382da7ac594122b84a5f4e886fde7 /lib | |
parent | 336b0b7d824954d466cd15adac5a381558144ce3 (diff) | |
download | curl-59693250c4ac25e75fdaedb88b19f55015524df8.tar.gz |
includes http.h for the proxytunnel stuff
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ftp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |