From 8a72ed77efae6220c2c9028454628e0b4294c1a6 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 21 Nov 2025 13:24:00 -0500 Subject: kern: Move os/mount.h to kern/mount.h Signed-off-by: Ian Moffett --- sys/inc/kern/vfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/inc/kern/vfs.h') diff --git a/sys/inc/kern/vfs.h b/sys/inc/kern/vfs.h index e5ce607..388f3f7 100644 --- a/sys/inc/kern/vfs.h +++ b/sys/inc/kern/vfs.h @@ -30,7 +30,7 @@ #ifndef _OS_VFS_H_ #define _OS_VFS_H_ 1 -#include +#include /* * Initialize the virtual file system -- cgit v1.2.3