From 821257e1db1ba1fc3b8fd7c65f3b5f77fdf65a85 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 15 May 2001 23:43:02 +0000 Subject: [PATCH] This code touches MD code inappropriately. So we have to include pc98 specific file for pc98. --- sys/pccard/pccard_nbk.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/pccard/pccard_nbk.c b/sys/pccard/pccard_nbk.c index c702ece703a..c8c73468944 100644 --- a/sys/pccard/pccard_nbk.c +++ b/sys/pccard/pccard_nbk.c @@ -61,7 +61,12 @@ #include #include +/* XXX Shouldn't reach into the MD code here */ +#ifdef PC98 +#include +#else #include +#endif #include #include