mirror of
https://github.com/curl/curl.git
synced 2026-04-27 14:32:13 +03:00
check symbol HAVE_UNISTD_H instead of UNISTD_H to include unistd.h
This commit is contained in:
parent
0ed285e84d
commit
4f4427ff41
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
#ifdef HAVE_FCNTL_H
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
#ifdef UNISTD_H
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue