summaryrefslogtreecommitdiff
path: root/sys/inc/os/mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/inc/os/mount.h')
-rw-r--r--sys/inc/os/mount.h2
1 files changed, 1 insertions, 1 deletions
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 <sys/types.h>
#include <sys/queue.h>
-#include <os/vnode.h>
+#include <kern/vnode.h>
/* Filesystem names */
#define MOUNT_TMPFS "tmpfs"