diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2006-05-09 14:20:17 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2006-05-09 14:20:17 +0000 |
| commit | b42bfe19478e6769f471025b7381e00235445b99 (patch) | |
| tree | ceb4fedd13e04c9c076e3f5a0b5a861da424a313 /sys/boot | |
| parent | 005efcdb0e1c628a5ba29503f1ba56261f28bdf0 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/pc98/boot2/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/boot2/io.c b/sys/boot/pc98/boot2/io.c index 240b76375011..a6b9bdce697b 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); |
