env: Move env_set_hex() to env.h
[oweals/u-boot.git] / drivers / fastboot / fb_command.c
index 200f9910c5666af794c3a3156ac97aaae15df417..4864344853c2786670b4f20a4d593ce5879eb888 100644 (file)
@@ -4,6 +4,7 @@
  */
 
 #include <common.h>
+#include <env.h>
 #include <fastboot.h>
 #include <fastboot-internal.h>
 #include <fb_mmc.h>