summaryrefslogtreecommitdiff
path: root/sys/dev/fe
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-01-08 23:42:31 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-01-08 23:42:31 +0000
commit1d5e9e2255b72657dba67926ac2c254fd2156698 (patch)
tree13ea282d9bdb0c5cac926cf5b20b310b41db6e81 /sys/dev/fe
parent89d224d4156fa88b8c9b8e1d88a679756b0fdd99 (diff)
Notes
Diffstat (limited to 'sys/dev/fe')
-rw-r--r--sys/dev/fe/if_fe.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c
index 115b85e54db1..32adfd27d5d4 100644
--- a/sys/dev/fe/if_fe.c
+++ b/sys/dev/fe/if_fe.c
@@ -21,7 +21,7 @@
*/
/*
- * $Id: if_fe.c,v 1.35 1997/11/20 15:48:35 nate Exp $
+ * $Id: if_fe.c,v 1.36 1997/12/15 20:30:47 eivind Exp $
*
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
* To be used with FreeBSD 2.x
@@ -72,6 +72,7 @@
#include "fe.h"
#include "bpfilter.h"
+#include "opt_inet.h"
#include "opt_ipx.h"
#include <sys/param.h>
@@ -85,7 +86,9 @@
#include <sys/socket.h>
#include <sys/syslog.h>
+#include <net/ethernet.h>
#include <net/if.h>
+#include <net/if_arp.h>
#include <net/if_dl.h>
#ifdef INET