diff options
Diffstat (limited to 'lib/sockets.h')
-rw-r--r-- | lib/sockets.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sockets.h b/lib/sockets.h index 518565df2..d47112c1d 100644 --- a/lib/sockets.h +++ b/lib/sockets.h @@ -36,6 +36,8 @@ int gl_sockets_cleanup (void); #include <sys/socket.h> +#include "msvc-nothrow.h" + static inline SOCKET gl_fd_to_handle (int fd) { |