diff options
-rw-r--r-- | lib/http_proxy.c | 1 | ||||
-rw-r--r-- | lib/http_proxy.h | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/http_proxy.c b/lib/http_proxy.c index ac0d18e3c..36567d36f 100644 --- a/lib/http_proxy.c +++ b/lib/http_proxy.c @@ -26,7 +26,6 @@ #if !defined(CURL_DISABLE_PROXY) && !defined(CURL_DISABLE_HTTP) -#include "urldata.h" #include <curl/curl.h> #include "sendf.h" #include "http.h" diff --git a/lib/http_proxy.h b/lib/http_proxy.h index 2e50adc8f..e19fa859a 100644 --- a/lib/http_proxy.h +++ b/lib/http_proxy.h @@ -22,6 +22,9 @@ * ***************************************************************************/ +#include "curl_setup.h" +#include "urldata.h" + #if !defined(CURL_DISABLE_PROXY) && !defined(CURL_DISABLE_HTTP) /* ftp can use this as well */ CURLcode Curl_proxyCONNECT(struct connectdata *conn, |