diff options
Diffstat (limited to 'cmd/mtdparts.c')
-rw-r--r-- | cmd/mtdparts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/mtdparts.c b/cmd/mtdparts.c index f57d84d..b31db73 100644 --- a/cmd/mtdparts.c +++ b/cmd/mtdparts.c @@ -70,6 +70,7 @@ * */ +#include <common.h> #include <command.h> #include <env.h> #include <log.h> |