From 2a8c476cc299b5156f773ee5184486606637e917 Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Tue, 18 May 2010 04:41:15 +0000 Subject: dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this gets rid of #include in sys/ioctl.h and adds #include to the places that actually want and use the disk ioctls. this became an issue when krw@'s X build failed when he was testing a change to dkio.h. tested by krw@ help from and ok miod@ --- sys/dev/isa/fd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/isa') diff --git a/sys/dev/isa/fd.c b/sys/dev/isa/fd.c index a7a5f69dbd5..1fac90cbff9 100644 --- a/sys/dev/isa/fd.c +++ b/sys/dev/isa/fd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fd.c,v 1.84 2010/04/23 15:25:21 jsing Exp $ */ +/* $OpenBSD: fd.c,v 1.85 2010/05/18 04:41:14 dlg Exp $ */ /* $NetBSD: fd.c,v 1.90 1996/05/12 23:12:03 mycroft Exp $ */ /*- @@ -60,6 +60,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3