diff options
Diffstat (limited to 'lib/sockets.c')
-rw-r--r-- | lib/sockets.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sockets.c b/lib/sockets.c index 432f3b584..843d99283 100644 --- a/lib/sockets.c +++ b/lib/sockets.c @@ -28,6 +28,7 @@ # include <sys/socket.h> # include "fd-hook.h" +# include "msvc-nothrow.h" /* Get set_winsock_errno, FD_TO_SOCKET etc. */ # include "w32sock.h" |