summaryrefslogtreecommitdiff
path: root/nuttx/net/arp
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/arp')
-rw-r--r--nuttx/net/arp/arp_inout.c2
-rw-r--r--nuttx/net/arp/arp_table.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/net/arp/arp_inout.c b/nuttx/net/arp/arp_inout.c
index 14963436a..0cf05063d 100644
--- a/nuttx/net/arp/arp_inout.c
+++ b/nuttx/net/arp/arp_inout.c
@@ -64,7 +64,7 @@
#include <net/ethernet.h>
#include <nuttx/net/netconfig.h>
-#include <nuttx/net/uip/uip-arch.h>
+#include <nuttx/net/netdev.h>
#include <nuttx/net/arp.h>
#ifdef CONFIG_NET_ARP
diff --git a/nuttx/net/arp/arp_table.c b/nuttx/net/arp/arp_table.c
index ebf11e252..f72458013 100644
--- a/nuttx/net/arp/arp_table.c
+++ b/nuttx/net/arp/arp_table.c
@@ -54,7 +54,7 @@
#include <net/ethernet.h>
#include <nuttx/net/netconfig.h>
-#include <nuttx/net/uip/uip-arch.h>
+#include <nuttx/net/netdev.h>
#include <nuttx/net/arp.h>
#ifdef CONFIG_NET_ARP