command: Remove the cmd_tbl_t typedef
[platform/kernel/u-boot.git] / net / arp.c
index b49c3d3..8fc744d 100644 (file)
--- a/net/arp.c
+++ b/net/arp.c
@@ -10,6 +10,8 @@
  */
 
 #include <common.h>
+#include <env.h>
+#include <net.h>
 
 #include "arp.h"