Commit 53ab183c authored by Sergii Pylypenko's avatar Sergii Pylypenko Committed by Daniel Stenberg
Browse files

rand: added missing #ifdef HAVE_FCNTL_H around fcntl.h header

Closes #1285
parent ed74c644
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,7 +22,9 @@

#include "curl_setup.h"

#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif

#include <curl/curl.h>
#include "vtls/vtls.h"