env: Move env_set() to env.h
[oweals/u-boot.git] / tools / env / fw_env.c
index eef12dd2b7579a8a0d2f9fdef1c39446076c42cb..f06252d9168af09a6e31e48f59570e3380c36f22 100644 (file)
@@ -10,6 +10,7 @@
 #define _GNU_SOURCE
 
 #include <compiler.h>
+#include <env.h>
 #include <errno.h>
 #include <env_flags.h>
 #include <fcntl.h>