From 4d8368695f66da0dbe3c7e5fa3b5e1d59583f5ea Mon Sep 17 00:00:00 2001 From: guenther Date: Sat, 27 Aug 2016 04:15:52 +0000 Subject: [PATCH] Pull in for gettimeofday() ok deraadt@ --- usr.sbin/arp/arp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/arp/arp.c b/usr.sbin/arp/arp.c index 77c5a6b599c..88d5c22be85 100644 --- a/usr.sbin/arp/arp.c +++ b/usr.sbin/arp/arp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arp.c,v 1.75 2016/05/28 07:00:18 natano Exp $ */ +/* $OpenBSD: arp.c,v 1.76 2016/08/27 04:15:52 guenther Exp $ */ /* $NetBSD: arp.c,v 1.12 1995/04/24 13:25:18 cgd Exp $ */ /* @@ -40,6 +40,7 @@ #include #include #include +#include #include #include #include -- 2.20.1