From 1ec874ee7263d3396cd589b406682102ef4b6ebb Mon Sep 17 00:00:00 2001
From: Marc Hoersken <info@marc-hoersken.de>
Date: Sun, 2 Jun 2013 13:21:07 +0200
Subject: [PATCH] Fixed compilation using mingw-w64

---
 src/libssh2_priv.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/libssh2_priv.h b/src/libssh2_priv.h
index 4ec9f73..05b1ffc 100644
--- a/src/libssh2_priv.h
+++ b/src/libssh2_priv.h
@@ -134,7 +134,6 @@ static inline int writev(int sock, struct iovec *iov, int nvecs)
 #ifdef HAVE_WINSOCK2_H
 
 #include <winsock2.h>
-#include <mswsock.h>
 #include <ws2tcpip.h>
 
 #ifdef _MSC_VER
-- 
1.7.10.4

