artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c361234
)
Pull in <sys/time.h> for gettimeofday()
author
guenther
<guenther@openbsd.org>
Sat, 27 Aug 2016 04:15:52 +0000
(
04:15
+0000)
committer
guenther
<guenther@openbsd.org>
Sat, 27 Aug 2016 04:15:52 +0000
(
04:15
+0000)
ok deraadt@
usr.sbin/arp/arp.c
patch
|
blob
|
history
diff --git
a/usr.sbin/arp/arp.c
b/usr.sbin/arp/arp.c
index
77c5a6b
..
88d5c22
100644
(file)
--- a/
usr.sbin/arp/arp.c
+++ b/
usr.sbin/arp/arp.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: arp.c,v 1.7
5 2016/05/28 07:00:18 natano
Exp $ */
+/* $OpenBSD: arp.c,v 1.7
6 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 <sys/file.h>
#include <sys/socket.h>
#include <sys/sysctl.h>
+#include <sys/time.h>
#include <sys/ioctl.h>
#include <net/bpf.h>
#include <net/if.h>