common: Drop net.h from common header
[oweals/u-boot.git] / net / arp.c
index b49c3d3ced97098e8e445cf8a7adb99efd715968..4b12b699d090b7a56cba3017fd449e256a084832 100644 (file)
--- a/net/arp.c
+++ b/net/arp.c
@@ -10,6 +10,7 @@
  */
 
 #include <common.h>
+#include <net.h>
 
 #include "arp.h"