diff options
Diffstat (limited to 'fs/sandbox')
-rw-r--r-- | fs/sandbox/sandboxfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/sandbox/sandboxfs.c b/fs/sandbox/sandboxfs.c index 5851fe2434f..4ae41d5b4db 100644 --- a/fs/sandbox/sandboxfs.c +++ b/fs/sandbox/sandboxfs.c @@ -7,6 +7,7 @@ #include <fs.h> #include <malloc.h> #include <os.h> +#include <sandboxfs.h> int sandbox_fs_set_blk_dev(struct blk_desc *rbdd, struct disk_partition *info) { |