]> git.meshlink.io Git - meshlink/blobdiff - have.h
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
[meshlink] / have.h
diff --git a/have.h b/have.h
index de0091028924a1e6a000de422bba46b7fec67e43..d47f204cdc1bb45f0dbbd6fc28550d701080e6c2 100644 (file)
--- a/have.h
+++ b/have.h
@@ -42,6 +42,7 @@
 
 #ifdef HAVE_MINGW
 #include <w32api.h>
+#include <winsock2.h>
 #include <windows.h>
 #include <ws2tcpip.h>
 #endif
 #include <inttypes.h>
 #endif
 
-#ifdef HAVE_ALLOCA_H
-#include <alloca.h>
-#endif
-
 /* Include system specific headers */
 
 #ifdef HAVE_SYSLOG_H