diff options
Diffstat (limited to 'sys/inc/fs/tmpfs.h')
| -rw-r--r-- | sys/inc/fs/tmpfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/inc/fs/tmpfs.h b/sys/inc/fs/tmpfs.h index f7a7ece..ba44f74 100644 --- a/sys/inc/fs/tmpfs.h +++ b/sys/inc/fs/tmpfs.h @@ -30,7 +30,7 @@ #ifndef _FS_TMPFS_H_ #define _FS_TMPFS_H_ -#include <os/mount.h> +#include <kern/mount.h> extern struct vfsops g_tmpfs_ops; |
