summaryrefslogtreecommitdiff
path: root/libexec/rbootd
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1996-12-10 17:11:53 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1996-12-10 17:11:53 +0000
commit628d2ac1b093f48f6fb98b17308acacc929876d8 (patch)
tree1bb2cd09b3e27a462e04923aa2922608ee5ea899 /libexec/rbootd
parentfc43f97826e798ad4e3534b59f3b8d3aac1c4abe (diff)
Notes
Diffstat (limited to 'libexec/rbootd')
-rw-r--r--libexec/rbootd/bpf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/rbootd/bpf.c b/libexec/rbootd/bpf.c
index c39150cae449..4b24aa47846b 100644
--- a/libexec/rbootd/bpf.c
+++ b/libexec/rbootd/bpf.c
@@ -39,7 +39,7 @@
* SUCH DAMAGE.
*
* @(#)bpf.c 8.1 (Berkeley) 6/4/93
- * $Id$
+ * $Id: bpf.c,v 1.3 1996/09/22 21:54:25 wosch Exp $
*
* Utah $Hdr: bpf.c 3.1 92/07/06$
* Author: Jeff Forys, University of Utah CSS
@@ -52,6 +52,7 @@ static char sccsid[] = "@(#)bpf.c 8.1 (Berkeley) 6/4/93";
#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
+#include <sys/time.h>
#include <net/if.h>
#include <net/bpf.h>