diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2002-02-18 20:35:27 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2002-02-18 20:35:27 +0000 |
| commit | fd8e4ebc8c18caec3eefac6527831f9ee6a92959 (patch) | |
| tree | 970c36894ee638248ec810bd7570ac8aabb5eaf5 /libexec/rpc.rwalld/rwalld.c | |
| parent | 3e1ce344baebe1f56863d29d656549c93a464ded (diff) | |
Notes
Diffstat (limited to 'libexec/rpc.rwalld/rwalld.c')
| -rw-r--r-- | libexec/rpc.rwalld/rwalld.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/rpc.rwalld/rwalld.c b/libexec/rpc.rwalld/rwalld.c index d35240606ca92..9fa71b3764520 100644 --- a/libexec/rpc.rwalld/rwalld.c +++ b/libexec/rpc.rwalld/rwalld.c @@ -39,6 +39,7 @@ static const char rcsid[] = #include <stdlib.h> #include <string.h> #include <syslog.h> +#include <arpa/inet.h> #include <rpc/rpc.h> #include <rpc/pmap_clnt.h> #include <rpcsvc/rwall.h> |
