Fixed compilation using mingw-w64

This commit is contained in:
Marc Hoersken 2013-06-02 13:21:07 +02:00 committed by Peter Stuge
parent edd42304a2
commit c910cd382d

View File

@ -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