gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r13026 - libmicrohttpd/src/include
Date: Sun, 19 Sep 2010 21:30:51 +0200

Author: grothoff
Date: 2010-09-19 21:30:51 +0200 (Sun, 19 Sep 2010)
New Revision: 13026

Modified:
   libmicrohttpd/src/include/microhttpd.h
Log:
trying to make things work better on MINGW out of the box

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2010-09-19 14:26:30 UTC (rev 
13025)
+++ libmicrohttpd/src/include/microhttpd.h      2010-09-19 19:30:51 UTC (rev 
13026)
@@ -94,10 +94,14 @@
 #include <unistd.h>
 #include <stdarg.h>
 #include <stdint.h>
+#ifdef __MINGW32__
+#include <ws2tcpip.h>
+#else
 #include <sys/time.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #endif
+#endif
 
 /**
  * Current version of the library.




reply via email to

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