env: Move env_set_hex() to env.h
[oweals/u-boot.git] / cmd / spl.c
index 038f48818d9403762c3fad4a6aee83b823639212..56051b8a4be926c8882b7a7e4909816375bf84b0 100644 (file)
--- a/cmd/spl.c
+++ b/cmd/spl.c
@@ -7,6 +7,7 @@
 #include <common.h>
 #include <command.h>
 #include <cmd_spl.h>
+#include <env.h>
 #include <linux/libfdt.h>
 
 DECLARE_GLOBAL_DATA_PTR;