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

misc: Fixed ssh_is_ipaddr on FreeBSD.

This commit is contained in:
Andreas Schneider
2011-02-13 10:32:47 +01:00
parent 637fc7ea59
commit d1ddec00d9

View File

@@ -26,6 +26,9 @@
/* This is needed for a standard getpwuid_r on opensolaris */
#define _POSIX_PTHREAD_SEMANTICS
#include <pwd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#endif