From 9626b608de4a43ec9984c3ee95b2ce624b3c0924 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 5 May 2000 09:59:14 +0000 Subject: Separate the struct bio related stuff out of into . is now a prerequisite for but it shall not be made a nested include according to bdes teachings on the subject of nested includes. Diskdrivers and similar stuff below specfs::strategy() should no longer need to include unless they need caching of data. Still a few bogus uses of struct buf to track down. Repocopy by: peter --- sys/kern/vfs_aio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/kern/vfs_aio.c') diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c index 0e91fdf4196fb..16867cd95122f 100644 --- a/sys/kern/vfs_aio.c +++ b/sys/kern/vfs_aio.c @@ -22,6 +22,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3