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 d733a3f..909a618 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -33,7 +33,7 @@
#include <kern/spinlock.h>
#include <kern/panic.h>
#include <os/mount.h>
-#include <os/vfs.h>
+#include <kern/vfs.h>
#include <lib/stdbool.h>
#include <vm/kalloc.h>