diff options
Diffstat (limited to 'sockcompat.c')
-rw-r--r-- | sockcompat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sockcompat.c b/sockcompat.c index ca1bacc..f99d14b 100644 --- a/sockcompat.c +++ b/sockcompat.c @@ -32,7 +32,6 @@ #include "sockcompat.h" #ifdef _WIN32 -#include <errno.h> static int _wsaErrorToErrno(int err) { switch (err) { case WSAEWOULDBLOCK: |