diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2000-05-08 14:55:21 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2000-05-08 14:55:21 +0000 |
| commit | b95b56c7a06bd268299c6d3b1104e09831e600dc (patch) | |
| tree | 6811900b99491e15b7d912b9447c4937f473c4ee /sys/modules/syscons/star/star_saver.c | |
| parent | 2d41e34a07f6ab1ce444958ca1a68fb451cf0b7e (diff) | |
Notes
Diffstat (limited to 'sys/modules/syscons/star/star_saver.c')
| -rw-r--r-- | sys/modules/syscons/star/star_saver.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/syscons/star/star_saver.c b/sys/modules/syscons/star/star_saver.c index 27e992133ee7..00088528c8c3 100644 --- a/sys/modules/syscons/star/star_saver.c +++ b/sys/modules/syscons/star/star_saver.c @@ -41,6 +41,10 @@ #include <dev/fb/splashreg.h> #include <dev/syscons/syscons.h> +#ifdef PC98 +#include <pc98/pc98/pc98_machdep.h> +#endif + #define NUM_STARS 50 static int blanked; |
