Skip to content

Commit

Permalink
fix windows compiling with mingw (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalizia44 committed Jul 20, 2020
1 parent 5a3c324 commit 43aeabb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sockcompat.c
Expand Up @@ -32,6 +32,7 @@
#include "sockcompat.h"

#ifdef _WIN32
#include <errno.h>
static int _wsaErrorToErrno(int err) {
switch (err) {
case WSAEWOULDBLOCK:
Expand Down

0 comments on commit 43aeabb

Please sign in to comment.