From b42bfe19478e6769f471025b7381e00235445b99 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Tue, 9 May 2006 14:20:17 +0000 Subject: [PATCH] Fix build (s:pc98/cbus/cbus.h:pc98/pc98/pc98_machdep.h:) Pointyhat to: nyan --- sys/boot/pc98/boot2/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include -#include +#include static int getchar(int in_buf);