diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1997-12-15 20:31:25 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1997-12-15 20:31:25 +0000 |
| commit | 430df5f4b75085bc187ec0bc2b2b53182c8bf03b (patch) | |
| tree | 4197204f07068246ab33fade0633734d0d7ec21d /sys/pc98 | |
| parent | e525599ef1c213a866335e68edf3fc7bdd8d47f3 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/pc98/if_fe.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pc98/pc98/if_fe.c b/sys/pc98/pc98/if_fe.c index fe376cc55e76..b6e8ce4d00c7 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.26 1997/11/07 12:53:59 kato Exp $ + * $Id: if_fe.c,v 1.27 1997/11/25 09:42:25 kato Exp $ * * Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards. * To be used with FreeBSD 2.x @@ -75,6 +75,8 @@ * o To test IPX codes. */ +#include "opt_ipx.h" + #include "fe.h" #include "bpfilter.h" |
