env: Move set_default_vars to env.h
[oweals/u-boot.git] / cmd / ini.c
index 8c28fa6394bd6d549d8c18863a5141dd44ffcf53..f4faa7cae1b2bc3fb8dc0024726de98ef914df13 100644 (file)
--- a/cmd/ini.c
+++ b/cmd/ini.c
@@ -13,6 +13,7 @@
 
 #include <common.h>
 #include <command.h>
+#include <env.h>
 #include <environment.h>
 #include <linux/ctype.h>
 #include <linux/string.h>