env: Move env_set() to env.h
[oweals/u-boot.git] / net / wol.c
index 946bd91b473d3f45e05c4576209ba192199a93c5..51543343e409a6807b7b56448413bf204ca9fc49 100644 (file)
--- a/net/wol.c
+++ b/net/wol.c
@@ -5,6 +5,7 @@
 
 #include <common.h>
 #include <command.h>
+#include <env.h>
 #include <net.h>
 #include <environment.h>
 #include "wol.h"