diff options
| -rw-r--r-- | sys/pc98/boot/kzipboot/boot.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/pc98/boot/kzipboot/boot.c b/sys/pc98/boot/kzipboot/boot.c index bc6ba3b988c4..2f768e2f7f07 100644 --- a/sys/pc98/boot/kzipboot/boot.c +++ b/sys/pc98/boot/kzipboot/boot.c @@ -9,8 +9,10 @@ * 1995 by KATO T. of Nagoya University */ -#include <machine/cpufunc.h> /* for inb/outb */ -#include <sys/reboot.h> /* for RB_SERIAL */ +#include <sys/types.h> +#include <sys/reboot.h> /* for RB_SERIAL */ + +#include <machine/cpufunc.h> /* for inb/outb */ short *videomem; int curs; |
