gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 168/173: rand: added missing #ifdef HAVE_FCNTL_H ar


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 168/173: rand: added missing #ifdef HAVE_FCNTL_H around fcntl.h header
Date: Fri, 24 Feb 2017 14:03:10 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.53.1
in repository gnurl.

commit 53ab183c1a530391b6012e0171600bc69ec58170
Author: Sergii Pylypenko <address@hidden>
AuthorDate: Thu Feb 23 22:07:04 2017 +0200

    rand: added missing #ifdef HAVE_FCNTL_H around fcntl.h header
    
    Closes #1285
---
 lib/rand.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/rand.c b/lib/rand.c
index a51951cea..4da37b9dc 100644
--- a/lib/rand.c
+++ b/lib/rand.c
@@ -22,7 +22,9 @@
 
 #include "curl_setup.h"
 
+#ifdef HAVE_FCNTL_H
 #include <fcntl.h>
+#endif
 
 #include <curl/curl.h>
 #include "vtls/vtls.h"

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]