1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-01 09:51:46 -05:00

includes http.h for the proxytunnel stuff

This commit is contained in:
Daniel Stenberg 2000-11-21 09:30:07 +00:00
parent 336b0b7d82
commit 59693250c4

View File

@ -85,6 +85,7 @@
#include "progress.h" #include "progress.h"
#include "download.h" #include "download.h"
#include "escape.h" #include "escape.h"
#include "http.h" /* for HTTP proxy tunnel stuff */
#ifdef KRB4 #ifdef KRB4
#include "security.h" #include "security.h"