diff options
Diffstat (limited to 'fs/ext4/ext4fs.c')
-rw-r--r-- | fs/ext4/ext4fs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/ext4fs.c b/fs/ext4/ext4fs.c index da59cb008fc..33e200ffa3c 100644 --- a/fs/ext4/ext4fs.c +++ b/fs/ext4/ext4fs.c @@ -20,6 +20,7 @@ * ext4write : Based on generic ext4 protocol. */ +#include <common.h> #include <blk.h> #include <ext_common.h> #include <ext4fs.h> |