summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/fdc.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-09-20 17:40:49 +0000
committerphk <phk@FreeBSD.org>2002-09-20 17:40:49 +0000
commit82a79f8c8f2ab1c8682bdf1a6fcb68ed7d520db6 (patch)
tree9f71a3f390809c241b9d26b7369f0b46119bec58 /sys/pc98/cbus/fdc.c
parent5012a39145e8237e2f1f631f6b8ae106947f5f7e (diff)
downloadFreeBSD-src-82a79f8c8f2ab1c8682bdf1a6fcb68ed7d520db6.zip
FreeBSD-src-82a79f8c8f2ab1c8682bdf1a6fcb68ed7d520db6.tar.gz
#include <sys/disk.h> to get disk_err() prototype.
Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'sys/pc98/cbus/fdc.c')
-rw-r--r--sys/pc98/cbus/fdc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c
index 29ab7e3..3d792fd 100644
--- a/sys/pc98/cbus/fdc.c
+++ b/sys/pc98/cbus/fdc.c
@@ -62,6 +62,7 @@
#include <sys/bus.h>
#include <sys/conf.h>
#include <sys/devicestat.h>
+#include <sys/disk.h>
#include <sys/disklabel.h>
#include <sys/fcntl.h>
#include <sys/fdcio.h>
OpenPOWER on IntegriCloud