]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - net/net.c
net: bootp fix vci string on SPL-Boot
[people/ms/u-boot.git] / net / net.c
index 2a6efd85eae2179c97a0f798e0ec881a3d66a3b8..a115ce28927216532179bdcc842d22025e0ee092 100644 (file)
--- a/net/net.c
+++ b/net/net.c
@@ -86,6 +86,7 @@
 #include <environment.h>
 #include <errno.h>
 #include <net.h>
+#include <net/tftp.h>
 #if defined(CONFIG_STATUS_LED)
 #include <miiphy.h>
 #include <status_led.h>
 #if defined(CONFIG_CMD_SNTP)
 #include "sntp.h"
 #endif
-#include "tftp.h"
 
 DECLARE_GLOBAL_DATA_PTR;