- Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET()

Noticed by:	bde
This commit is contained in:
nate 1997-10-29 15:54:19 +00:00
parent d1b6d9eb5d
commit ee7b6fd9b2
2 changed files with 4 additions and 2 deletions

View File

@ -21,7 +21,7 @@
*/
/*
* $Id: if_fe.c,v 1.31 1997/10/26 04:53:54 nate Exp $
* $Id: if_fe.c,v 1.32 1997/10/26 21:08:41 nate Exp $
*
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
* To be used with FreeBSD 2.x
@ -74,6 +74,7 @@
#include "bpfilter.h"
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
#include <sys/conf.h>

View File

@ -21,7 +21,7 @@
*/
/*
* $Id: if_fe.c,v 1.31 1997/10/26 04:53:54 nate Exp $
* $Id: if_fe.c,v 1.32 1997/10/26 21:08:41 nate Exp $
*
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
* To be used with FreeBSD 2.x
@ -74,6 +74,7 @@
#include "bpfilter.h"
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
#include <sys/conf.h>