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 da2580d85d..748a73e2af 100644 --- a/cmd/jffs2.c +++ b/cmd/jffs2.c @@ -73,6 +73,7 @@ #include <common.h> #include <command.h> #include <env.h> +#include <flash.h> #include <image.h> #include <malloc.h> #include <jffs2/jffs2.h> |