diff options
Diffstat (limited to 'cmd/jffs2.c')
-rw-r--r-- | cmd/jffs2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/jffs2.c b/cmd/jffs2.c index 89d336f595..e00fcc2022 100644 --- a/cmd/jffs2.c +++ b/cmd/jffs2.c @@ -70,6 +70,7 @@ /* * JFFS2/CRAMFS support */ +#include <common.h> #include <command.h> #include <env.h> #if defined(CONFIG_CMD_FLASH) |