aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/star
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/syscons/star')
-rw-r--r--sys/dev/syscons/star/star_saver.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/syscons/star/star_saver.c b/sys/dev/syscons/star/star_saver.c
index 27e992133ee73..00088528c8c36 100644
--- a/sys/dev/syscons/star/star_saver.c
+++ b/sys/dev/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;