diff options
Diffstat (limited to 'lib/http_proxy.h')
-rw-r--r-- | lib/http_proxy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/http_proxy.h b/lib/http_proxy.h index 5ea0a21af..3caf9287f 100644 --- a/lib/http_proxy.h +++ b/lib/http_proxy.h @@ -1,3 +1,5 @@ +#ifndef HEADER_CURL_HTTP_PROXY_H +#define HEADER_CURL_HTTP_PROXY_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | @@ -31,3 +33,5 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn, #else #define Curl_proxyCONNECT(x,y,z,w) CURLE_NOT_BUILT_IN #endif + +#endif /* HEADER_CURL_HTTP_PROXY_H */ |