summaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-03-28 23:10:07 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-03-28 23:10:07 +0000
commit7d5b5619d6e16f0ffde4b40eb6e974b3abaeec38 (patch)
tree75c68b71b16ae5c7234af25311a261545a542a7b /sys/netinet/if_ether.c
parent8eab78c8852faa4c8235857c862c11335c196128 (diff)
code that calls timeout functions should include timeout.h
slipped by on i386, but the zaurus doesn't automagically pick it up. spotted by patrick
Diffstat (limited to 'sys/netinet/if_ether.c')
-rw-r--r--sys/netinet/if_ether.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c
index a892ea42a87..d2cd803b7b5 100644
--- a/sys/netinet/if_ether.c
+++ b/sys/netinet/if_ether.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ether.c,v 1.100 2013/03/28 16:45:16 tedu Exp $ */
+/* $OpenBSD: if_ether.c,v 1.101 2013/03/28 23:10:05 tedu Exp $ */
/* $NetBSD: if_ether.c,v 1.31 1996/05/11 12:59:58 mycroft Exp $ */
/*
@@ -47,6 +47,7 @@
#include <sys/systm.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
+#include <sys/timeout.h>
#include <sys/kernel.h>
#include <sys/syslog.h>