1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +03:00

build: Fixed some build warnings on FreeBSD.

This commit is contained in:
Andreas Schneider
2010-12-20 15:45:49 +01:00
parent 1922341e2a
commit bffaa86664
2 changed files with 4 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
#ifdef _WIN32
#include <ws2tcpip.h>
#else
#include <netinet/in.h>
#include <sys/time.h>
#include <sys/socket.h>
#endif