common: Drop net.h from common header
[oweals/u-boot.git] / lib / net_utils.c
index 8af77829705db9f5b3fefc45c2027d4358e5b54c..0a8a557319cf69aa096518e6fdab9a7e18011bf6 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 #include <common.h>
+#include <net.h>
 
 struct in_addr string_to_ip(const char *s)
 {