diff --git a/src/connect.c b/src/connect.c index a692dcb4..e0722a75 100644 --- a/src/connect.c +++ b/src/connect.c @@ -64,6 +64,10 @@ #include #endif +#ifndef EINPROGRESS +#define EINPROGRESS WSAEINPROGRESS +#endif + #else /* _WIN32 */ #include