mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Include unistd.h to declare close()
This commit is contained in:
parent
210278d9a1
commit
17df5d8caa
@ -24,6 +24,9 @@
|
||||
|
||||
#if !defined(CURL_DISABLE_PROXY) && !defined(CURL_DISABLE_HTTP)
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include "urldata.h"
|
||||
#include <curl/curl.h>
|
||||
#include "http_proxy.h"
|
||||
|
Loading…
Reference in New Issue
Block a user