diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-05-10 12:02:18 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-05-10 12:02:18 +0000 |
| commit | d1725ef7ffee0ca75c9ae7dfff87b09e33e800f0 (patch) | |
| tree | 0d3cf7498692dd1d1a5e911b14b159833365b122 /sys/dev/syscons | |
| parent | 671adc85da865fc66cbd2b8fbc67e25142dd3c51 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons')
| -rw-r--r-- | sys/dev/syscons/syscons.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h index 99bf8a4aeec8..b5fb872c16c2 100644 --- a/sys/dev/syscons/syscons.h +++ b/sys/dev/syscons/syscons.h @@ -34,7 +34,7 @@ /* machine-dependent part of the header */ #ifdef PC98 -#include <pc98/pc98/sc_machdep.h> +#include <pc98/cbus/sc_machdep.h> #elif defined(__i386__) /* nothing for the moment */ #elif defined(__alpha__) |
