env: Move env_set_hex() to env.h
[pandora-u-boot.git] / cmd / unzip.c
index 8474d9b..afd58e7 100644 (file)
@@ -6,6 +6,7 @@
 
 #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[])