diff options
Diffstat (limited to 'fs/ext2.c')
| -rw-r--r-- | fs/ext2.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,10 +4,12 @@ #define FOOLOS_MODULE_NAME "ext2" #include <stdbool.h> +#include <stdint.h> -#include "lib/int/stdint.h" +#include "lib/string/string.h" #include "lib/logger/log.h" #include "fs.h" +#include "ext2.h" typedef struct ext2_superblock_struct { |
