From: Dave Murphy Date: Sun, 29 Apr 2012 17:45:37 +0000 (+0100) Subject: use correct headers X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=24171a2fd824408563ee747718066505df95c42a;hp=7ed5be296326a770bb8c66eff7f549b8b35327e2;p=fw%2Fstlink use correct headers --- diff --git a/mingw/mingw.h b/mingw/mingw.h index 93b3702..a64da57 100644 --- a/mingw/mingw.h +++ b/mingw/mingw.h @@ -2,7 +2,8 @@ #include -#include +#define _USE_W32_SOCKETS 1 +#include #define ENOTCONN WSAENOTCONN #define EWOULDBLOCK WSAEWOULDBLOCK