rockchip: misc: protect serial# from getting overwritten
[oweals/u-boot.git] / cmd / net.c
index 89721b8f8be9aa4f26c3485558440e1311f9737f..237403977e8006c651182d01534912aaeeca9676 100644 (file)
--- a/cmd/net.c
+++ b/cmd/net.c
@@ -9,6 +9,7 @@
  */
 #include <common.h>
 #include <command.h>
+#include <env.h>
 #include <net.h>
 
 static int netboot_common(enum proto_t, cmd_tbl_t *, int, char * const []);