From 36c3965ff904c2677211575be5bfa7d3afe80d19 Mon Sep 17 00:00:00 2001 From: phk 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/fs/msdosfs/msdosfs_fat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/fs/msdosfs/msdosfs_fat.c') diff --git a/sys/fs/msdosfs/msdosfs_fat.c b/sys/fs/msdosfs/msdosfs_fat.c index 1caad93..38abc16 100644 --- a/sys/fs/msdosfs/msdosfs_fat.c +++ b/sys/fs/msdosfs/msdosfs_fat.c @@ -53,6 +53,7 @@ */ #include #include +#include #include #include /* to define statfs structure */ #include /* to define vattr structure */ -- cgit v1.1