http_proxy: fix build with http and proxy

After deff7de0eb, the build without
CURL_DISABLE_PROXY and CURL_DISABLE_HTTP was failing because of missing
includes.
This commit is contained in:
Marcel Raad 2017-06-18 15:18:15 +02:00
parent deff7de0eb
commit edafd52be1
No known key found for this signature in database
GPG key ID: 33C416EFAE4D6F02
2 changed files with 3 additions and 1 deletions

View file

@ -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"