diff options
Diffstat (limited to 'cmd/ext4.c')
-rw-r--r-- | cmd/ext4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/ext4.c b/cmd/ext4.c index 40d1fe30d5..4791b69fd9 100644 --- a/cmd/ext4.c +++ b/cmd/ext4.c @@ -25,6 +25,7 @@ * file in uboot. Added ext4fs ls load and write support. */ +#include <common.h> #include <part.h> #include <config.h> #include <command.h> |