diff --git a/acl.c b/acl.c index 38ac1666c4..9e1edb4146 100755 --- a/acl.c +++ b/acl.c @@ -29,7 +29,7 @@ #include #include #include -#ifdef __OpenBSD__ +#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) #include #include @@ -179,7 +179,7 @@ int ast_lookup_iface(char *iface, struct in_addr *address) { int ast_ouraddrfor(struct in_addr *them, struct in_addr *us) { -#ifdef __OpenBSD__ +#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) struct sockaddr_in *sin; struct sockaddr *sa; struct {