From 1f5de3071891f86c0e7d51efde6705f5b8ac2959 Mon Sep 17 00:00:00 2001 From: grog Date: Mon, 23 Apr 2001 09:05:15 +0000 Subject: Correct #includes to work with fixed sys/mount.h. --- sys/kern/vfs_conf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/kern/vfs_conf.c') diff --git a/sys/kern/vfs_conf.c b/sys/kern/vfs_conf.c index 34fba78..32d7575 100644 --- a/sys/kern/vfs_conf.c +++ b/sys/kern/vfs_conf.c @@ -48,6 +48,8 @@ #include #include #include +#include +#include #include #include #include -- cgit v1.1