diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1997-11-03 02:28:39 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1997-11-03 02:28:39 +0000 |
| commit | b3bae6b6264b1ef1b4f0b55a94fa29a9de30d6f2 (patch) | |
| tree | a37209eb54aba91ae00de7dd1658f17cb945aa59 /sys/pc98 | |
| parent | 9017d196f1f021fb0ed39e3204b8e27ee179df2b (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/pc98/if_fe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pc98/pc98/if_fe.c b/sys/pc98/pc98/if_fe.c index 68cfd1c3fa1c..f187bbcb5dd6 100644 --- a/sys/pc98/pc98/if_fe.c +++ b/sys/pc98/pc98/if_fe.c @@ -21,7 +21,7 @@ */ /* - * $Id: if_fe.c,v 1.23 1997/07/21 13:11:04 kato Exp $ + * $Id: if_fe.c,v 1.24 1997/10/27 10:59:48 kato Exp $ * * Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards. * To be used with FreeBSD 2.x @@ -79,6 +79,7 @@ #include "bpfilter.h" #include <sys/param.h> +#include <sys/kernel.h> #include <sys/systm.h> #include <sys/conf.h> |
