]> git.meshlink.io Git - meshlink/commitdiff
mingw compatibility
authorNiklas Hofmann <niklas.hofmann@everbase.net>
Thu, 20 Nov 2014 23:20:50 +0000 (00:20 +0100)
committerGuus Sliepen <guus@meshlink.io>
Sat, 27 Dec 2014 17:30:22 +0000 (18:30 +0100)
src/meshlink.h

index 88ec23573de2613fb700ad71ad7410c15bc3c8c0..1f4bb7262e6b3780e9fac55cea784fde8dd1bca1 100644 (file)
@@ -26,7 +26,7 @@
 #include <unistd.h>
 
 #if defined(_WIN32)
-#include <Winsock2.h>
+#include <winsock2.h>
 #else
 #include <sys/types.h>
 #include <sys/socket.h>