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/talkd | |
| parent | 3e1ce344baebe1f56863d29d656549c93a464ded (diff) | |
Notes
Diffstat (limited to 'libexec/talkd')
| -rw-r--r-- | libexec/talkd/print.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/talkd/print.c b/libexec/talkd/print.c index 94b87b48f7f6..355910c2fe2d 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> |
