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

Noticed by:	bde
This commit is contained in:
Nate Williams 1997-10-29 15:54:19 +00:00
parent 404c835d69
commit be8e398409
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>