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/ufs/ffs/ffs_vfsops.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/ufs/ffs/ffs_vfsops.c') diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c index 1f331380576..339eb2fad4f 100644 --- a/sys/ufs/ffs/ffs_vfsops.c +++ b/sys/ufs/ffs/ffs_vfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ffs_vfsops.c,v 1.121 2009/12/19 00:27:17 krw Exp $ */ +/* $OpenBSD: ffs_vfsops.c,v 1.122 2010/05/18 04:41:14 dlg Exp $ */ /* $NetBSD: ffs_vfsops.c,v 1.19 1996/02/09 22:22:26 christos Exp $ */ /* @@ -49,6 +49,7 @@ #include #include #include +#include #include -- cgit v1.2.3