gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34760 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r34760 - libmicrohttpd/src/microhttpd
Date: Mon, 22 Dec 2014 20:42:24 +0100

Author: Karlson2k
Date: 2014-12-22 20:42:24 +0100 (Mon, 22 Dec 2014)
New Revision: 34760

Modified:
   libmicrohttpd/src/microhttpd/response.c
Log:
response.c: include additional header for W32

Modified: libmicrohttpd/src/microhttpd/response.c
===================================================================
--- libmicrohttpd/src/microhttpd/response.c     2014-12-22 19:42:18 UTC (rev 
34759)
+++ libmicrohttpd/src/microhttpd/response.c     2014-12-22 19:42:24 UTC (rev 
34760)
@@ -33,6 +33,9 @@
 #endif /* !WIN32_LEAN_AND_MEAN */
 #include <windows.h>
 #endif /* _WIN32 && MHD_W32_MUTEX_ */
+#if defined(_WIN32)
+#include <io.h> /* for lseek(), read() */
+#endif /* _WIN32 */
 
 
 /**




reply via email to

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