From: guenther Date: Sat, 27 Aug 2016 04:15:52 +0000 (+0000) Subject: Pull in for gettimeofday() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4d8368695f66da0dbe3c7e5fa3b5e1d59583f5ea;p=openbsd Pull in for gettimeofday() ok deraadt@ --- 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