diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2006-05-21 11:20:27 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2006-05-21 11:20:27 +0000 |
| commit | 1c12d3961c9bf3f270c9011184f2b47cae1a9e89 (patch) | |
| tree | 7d36ce6717873adbe8a7cb37dec5f95d760036c7 /sys/boot | |
| parent | 55670f6677cafc00e2bf5ebf4f6b74c2d36d315c (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); |
