diff options
Diffstat (limited to 'cmd/cramfs.c')
-rw-r--r-- | cmd/cramfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/cramfs.c b/cmd/cramfs.c index 598028cfad..2188910b2a 100644 --- a/cmd/cramfs.c +++ b/cmd/cramfs.c @@ -12,6 +12,7 @@ */ #include <common.h> #include <command.h> +#include <env.h> #include <malloc.h> #include <mapmem.h> #include <linux/list.h> |