summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_mount.c')
-rw-r--r--sys/kern/vfs_mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
index 02c7308..51a464a 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -32,7 +32,7 @@
#include <sys/param.h>
#include <kern/spinlock.h>
#include <kern/panic.h>
-#include <os/mount.h>
+#include <kern/mount.h>
#include <kern/vfs.h>
#include <lib/stdbool.h>
#include <lib/string.h>