From c910cd382dfa07fed2adaabf688af9e4a084fa1d Mon Sep 17 00:00:00 2001 From: Marc Hoersken 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 -#include #include #ifdef _MSC_VER