1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-05-17 19:21:11 +03:00

bind: Added include file for close function on Windows.

This commit is contained in:
Andreas Schneider 2011-01-02 19:15:05 +01:00
parent 2b6fa19fe5
commit c54d6b7f8a

View File

@ -47,6 +47,7 @@
#ifdef _WIN32
#include <io.h>
#include <winsock2.h>
#include <ws2tcpip.h>