summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/locate/locate/util.c1
-rw-r--r--usr.bin/mklocale/yacc.y2
-rw-r--r--usr.bin/talk/ctl_transact.c2
3 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/locate/locate/util.c b/usr.bin/locate/locate/util.c
index feaa32a..4fee1f3 100644
--- a/usr.bin/locate/locate/util.c
+++ b/usr.bin/locate/locate/util.c
@@ -42,6 +42,7 @@
#include <string.h>
#include <err.h>
#include <sys/param.h>
+#include <arpa/inet.h>
#include <stdio.h>
#include "locate.h"
diff --git a/usr.bin/mklocale/yacc.y b/usr.bin/mklocale/yacc.y
index 7ad1d37..51378f1 100644
--- a/usr.bin/mklocale/yacc.y
+++ b/usr.bin/mklocale/yacc.y
@@ -40,6 +40,8 @@ static char sccsid[] = "@(#)yacc.y 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "$FreeBSD$";
#endif /* not lint */
+#include <arpa/inet.h>
+
#include <ctype.h>
#include <rune.h>
#include <stddef.h>
diff --git a/usr.bin/talk/ctl_transact.c b/usr.bin/talk/ctl_transact.c
index 1d68b69..0871feb 100644
--- a/usr.bin/talk/ctl_transact.c
+++ b/usr.bin/talk/ctl_transact.c
@@ -39,6 +39,8 @@ __FBSDID("$FreeBSD$");
static const char sccsid[] = "@(#)ctl_transact.c 8.1 (Berkeley) 6/6/93";
#endif
+#include <arpa/inet.h>
+
#include <errno.h>
#include <string.h>
OpenPOWER on IntegriCloud