env: Move env_get() to env.h
[platform/kernel/u-boot.git] / common / cli_simple.c
index 311880a..6c881c1 100644 (file)
@@ -12,6 +12,7 @@
 #include <bootretry.h>
 #include <cli.h>
 #include <console.h>
+#include <env.h>
 #include <linux/ctype.h>
 
 #define DEBUG_PARSER   0       /* set to 1 to debug */