mirror of
https://github.com/curl/curl.git
synced 2026-04-15 04:41:41 +03:00
http_proxy: fix compiler warning
With CURL_DISABLE_PROXY or CURL_DISABLE_HTTP, GCC complained about a missing prototype for Curl_connect_free.
This commit is contained in:
parent
c095d7b590
commit
deff7de0eb
1 changed files with 2 additions and 1 deletions
|
|
@ -22,11 +22,12 @@
|
|||
|
||||
#include "curl_setup.h"
|
||||
|
||||
#include "http_proxy.h"
|
||||
|
||||
#if !defined(CURL_DISABLE_PROXY) && !defined(CURL_DISABLE_HTTP)
|
||||
|
||||
#include "urldata.h"
|
||||
#include <curl/curl.h>
|
||||
#include "http_proxy.h"
|
||||
#include "sendf.h"
|
||||
#include "http.h"
|
||||
#include "url.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue