mirror of
https://github.com/curl/curl.git
synced 2026-05-18 21:36:21 +03:00
Include unistd.h to declare close()
This commit is contained in:
parent
210278d9a1
commit
17df5d8caa
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue