summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2006-05-09 14:20:17 +0000
committernyan <nyan@FreeBSD.org>2006-05-09 14:20:17 +0000
commitbba2409d42da10f074e5f194de71ab07f590be4d (patch)
treeceb4fedd13e04c9c076e3f5a0b5a861da424a313 /sys/boot
parent122715f4f03aae8a72c0388133e44b1641f262bb (diff)
downloadFreeBSD-src-bba2409d42da10f074e5f194de71ab07f590be4d.zip
FreeBSD-src-bba2409d42da10f074e5f194de71ab07f590be4d.tar.gz
Fix build (s:pc98/cbus/cbus.h:pc98/pc98/pc98_machdep.h:)
Pointyhat to: nyan
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/pc98/boot2/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/boot2/io.c b/sys/boot/pc98/boot2/io.c
index 240b763..a6b9bdc 100644
--- a/sys/boot/pc98/boot2/io.c
+++ b/sys/boot/pc98/boot2/io.c
@@ -32,7 +32,7 @@ __FBSDID("$FreeBSD$");
#include "boot.h"
#include <machine/cpufunc.h>
#include <sys/reboot.h>
-#include <pc98/cbus/cbus.h>
+#include <pc98/pc98/pc98_machdep.h>
static int getchar(int in_buf);
OpenPOWER on IntegriCloud