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 | |
| parent | 3e1ce344baebe1f56863d29d656549c93a464ded (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rpc.rwalld/rwalld.c | 1 | ||||
| -rw-r--r-- | libexec/talkd/print.c | 1 |
2 files changed, 2 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> diff --git a/libexec/talkd/print.c b/libexec/talkd/print.c index 94b87b48f7f66..355910c2fe2d7 100644 --- a/libexec/talkd/print.c +++ b/libexec/talkd/print.c @@ -43,6 +43,7 @@ static const char rcsid[] = #include <sys/types.h> #include <sys/socket.h> +#include <arpa/inet.h> #include <protocols/talkd.h> #include <stdio.h> #include <syslog.h> |
