summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-08-05 14:03:10 +0000
committerphk <phk@FreeBSD.org>1996-08-05 14:03:10 +0000
commit39f44c663fbc72d8963fddf76aea3e06cb6128a3 (patch)
treeb4255e70dea10477583ecf07d29919b256ecb43e /sys/net
parentaf60566e2c884167107fba665acc571780761e4e (diff)
downloadFreeBSD-src-39f44c663fbc72d8963fddf76aea3e06cb6128a3.zip
FreeBSD-src-39f44c663fbc72d8963fddf76aea3e06cb6128a3.tar.gz
use <net/ethernet.h>
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_ethersubr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
index 4447f86..49c1159 100644
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)if_ethersubr.c 8.1 (Berkeley) 6/10/93
- * $Id: if_ethersubr.c,v 1.22 1996/08/04 10:54:13 phk Exp $
+ * $Id: if_ethersubr.c,v 1.23 1996/08/04 11:45:37 phk Exp $
*/
#include <sys/param.h>
@@ -52,6 +52,7 @@
#include <net/if_llc.h>
#include <net/if_dl.h>
#include <net/if_types.h>
+#include <net/ethernet.h>
#ifdef INET
#include <netinet/in.h>
OpenPOWER on IntegriCloud