env: Move env_get() to env.h
[platform/kernel/u-boot.git] / drivers / fastboot / fb_getvar.c
index ebe5c8a..95cb434 100644 (file)
@@ -4,6 +4,7 @@
  */
 
 #include <common.h>
+#include <env.h>
 #include <fastboot.h>
 #include <fastboot-internal.h>
 #include <fb_mmc.h>