diff options
Diffstat (limited to 'common/cmd_cramfs.c')
-rw-r--r-- | common/cmd_cramfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_cramfs.c b/common/cmd_cramfs.c index 8c86dc5bf1..9060ecc58e 100644 --- a/common/cmd_cramfs.c +++ b/common/cmd_cramfs.c @@ -43,7 +43,7 @@ #endif #ifdef CONFIG_CRAMFS_CMDLINE -flash_info_t flash_info[1]; +#include <flash.h> #ifndef CONFIG_CMD_JFFS2 #include <linux/stat.h> |