env: Move env_get_hex() to env.h
[oweals/u-boot.git] / cmd / elf.c
index d883be41931deea96e5a2be3fac3fb7ce4614ae6..5e5cf47cf894a7c55811ec5861732473549271bb 100644 (file)
--- a/cmd/elf.c
+++ b/cmd/elf.c
@@ -16,6 +16,7 @@
 #include <common.h>
 #include <command.h>
 #include <elf.h>
+#include <env.h>
 #include <environment.h>
 #include <net.h>
 #include <vxworks.h>