summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1996-12-20 12:25:13 +0000
committerkato <kato@FreeBSD.org>1996-12-20 12:25:13 +0000
commit2d8d534882ed9ad5b212f364603b55ab9d68c188 (patch)
tree54f914596099696c633f78e3fbd39d4a2ba3b55a /sys
parent98fd432f1ae21fe6af7da539c9abfc3b1c4b4d8d (diff)
downloadFreeBSD-src-2d8d534882ed9ad5b212f364603b55ab9d68c188.zip
FreeBSD-src-2d8d534882ed9ad5b212f364603b55ab9d68c188.tar.gz
Add `#include <pc98/pc98/pc98.h>'.
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/pc98/if_fe.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/pc98/pc98/if_fe.c b/sys/pc98/pc98/if_fe.c
index 2ed23e9..7534a7d 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.12 1996/12/04 04:20:54 asami Exp $
+ * $Id: if_fe.c,v 1.13 1996/12/15 09:14:48 kato Exp $
*
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
* To be used with FreeBSD 2.x
@@ -128,7 +128,11 @@
#include <machine/clock.h>
+#ifdef PC98
+#include <pc98/pc98/pc98.h>
+#else
#include <i386/isa/isa.h>
+#endif
#include <i386/isa/isa_device.h>
#include <i386/isa/icu.h>
OpenPOWER on IntegriCloud