diff options
Diffstat (limited to 'cmd/ext2.c')
-rw-r--r-- | cmd/ext2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/ext2.c b/cmd/ext2.c index 45c8b353b58..a0ce0cf5796 100644 --- a/cmd/ext2.c +++ b/cmd/ext2.c @@ -19,6 +19,7 @@ /* * Ext2fs support */ +#include <common.h> #include <command.h> #include <fs.h> |