net: Check for the minimum IP fragmented datagram size
[platform/kernel/u-boot.git] / net / wol.c
index 946bd91..0a62566 100644 (file)
--- a/net/wol.c
+++ b/net/wol.c
@@ -5,8 +5,8 @@
 
 #include <common.h>
 #include <command.h>
+#include <env.h>
 #include <net.h>
-#include <environment.h>
 #include "wol.h"
 
 static ulong wol_timeout = WOL_DEFAULT_TIMEOUT;