Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx
[platform/kernel/u-boot.git] / cmd / unzip.c
index 6c0f97c..afd58e7 100644 (file)
@@ -6,6 +6,8 @@
 
 #include <common.h>
 #include <command.h>
+#include <env.h>
+#include <gzip.h>
 
 static int do_unzip(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {