gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34755 - libmicrohttpd/src/include


From: gnunet
Subject: [GNUnet-SVN] r34755 - libmicrohttpd/src/include
Date: Mon, 22 Dec 2014 20:41:45 +0100

Author: Karlson2k
Date: 2014-12-22 20:41:45 +0100 (Mon, 22 Dec 2014)
New Revision: 34755

Modified:
   libmicrohttpd/src/include/platform.h
Log:
platform.h: conditionally include unistd.h
Was already supported by configure

Modified: libmicrohttpd/src/include/platform.h
===================================================================
--- libmicrohttpd/src/include/platform.h        2014-12-22 19:41:39 UTC (rev 
34754)
+++ libmicrohttpd/src/include/platform.h        2014-12-22 19:41:45 UTC (rev 
34755)
@@ -68,7 +68,9 @@
 #include <stdlib.h>
 #include <stdint.h>
 #include <string.h>
+#ifdef HAVE_UNISTD_H
 #include <unistd.h>
+#endif
 #include <stdarg.h>
 #include <errno.h>
 #include <fcntl.h>




reply via email to

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