mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
rand: added missing #ifdef HAVE_FCNTL_H around fcntl.h header
Closes #1285
This commit is contained in:
parent
ed74c6442d
commit
53ab183c1a
@ -22,7 +22,9 @@
|
||||
|
||||
#include "curl_setup.h"
|
||||
|
||||
#ifdef HAVE_FCNTL_H
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
|
||||
#include <curl/curl.h>
|
||||
#include "vtls/vtls.h"
|
||||
|
Loading…
Reference in New Issue
Block a user