From da0c894f9f0b045d629d6dd1448274bf39becd52 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 20 Nov 2025 22:25:13 -0500 Subject: kern: Move vnode related files to kern Signed-off-by: Ian Moffett --- sys/inc/os/mount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/inc/os/mount.h') diff --git a/sys/inc/os/mount.h b/sys/inc/os/mount.h index 6cfff2f..799c14f 100644 --- a/sys/inc/os/mount.h +++ b/sys/inc/os/mount.h @@ -32,7 +32,7 @@ #include #include -#include +#include /* Filesystem names */ #define MOUNT_TMPFS "tmpfs" -- cgit v1.2.3