mirror of
https://github.com/curl/curl.git
synced 2026-07-29 22:28:09 +03:00
rand: added missing #ifdef HAVE_FCNTL_H around fcntl.h header
Closes #1285
This commit is contained in:
parent
ed74c6442d
commit
53ab183c1a
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue