summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_init.c
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-11-21 13:24:00 -0500
committerIan Moffett <ian@osmora.org>2025-11-21 13:24:00 -0500
commit8a72ed77efae6220c2c9028454628e0b4294c1a6 (patch)
treec09e35a4b3288bf0d4c5297a8792114d53a9a47f /sys/kern/vfs_init.c
parent886879d1854ee60d62e0f9cc79bc6841bc104ea1 (diff)
kern: Move os/mount.h to kern/mount.h
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/kern/vfs_init.c')
-rw-r--r--sys/kern/vfs_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c
index 3f9bbb2..6372f3d 100644
--- a/sys/kern/vfs_init.c
+++ b/sys/kern/vfs_init.c
@@ -34,7 +34,7 @@
#include <lib/string.h>
#include <fs/tmpfs.h>
#include <kern/vfs.h>
-#include <os/mount.h>
+#include <kern/mount.h>
#include <os/trace.h>
#define dtrace(fmt, ...) trace("vfs: " fmt, ##__VA_ARGS__)