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