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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user