1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

use <net/ethernet.h>

This commit is contained in:
Poul-Henning Kamp 1996-08-05 14:03:10 +00:00
parent e4b54c028f
commit 88e1602b1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17444

View File

@ -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>