summaryrefslogtreecommitdiff
path: root/libexec/bootpd/rtmsg.c
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1997-01-03 20:19:50 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1997-01-03 20:19:50 +0000
commit702a1d0148d33e08908c8bb8822dd65d9ffb6d7e (patch)
tree921b9687fd07168367a910cfcaa9fef197354830 /libexec/bootpd/rtmsg.c
parent8766942543577317616764f8758dea3d27e1f1b8 (diff)
Notes
Diffstat (limited to 'libexec/bootpd/rtmsg.c')
-rw-r--r--libexec/bootpd/rtmsg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c
index 0338a95291ef..1430be9e6a5d 100644
--- a/libexec/bootpd/rtmsg.c
+++ b/libexec/bootpd/rtmsg.c
@@ -39,7 +39,7 @@
/*
* from arp.c 8.2 (Berkeley) 1/2/94
- * $Id: rtmsg.c,v 1.4 1995/05/30 05:45:49 rgrimes Exp $
+ * $Id: rtmsg.c,v 1.5 1996/12/10 17:05:35 wollman Exp $
*/
#include <sys/param.h>
@@ -54,6 +54,7 @@
#include <sys/time.h>
#include <net/if.h>
+#include <net/if_var.h> /* needed for if_ether.h XXX */
#include <net/if_dl.h>
#include <net/if_types.h>
#include <net/route.h>