summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/thttpd/content/netstat/netstat.c2
-rw-r--r--apps/nshlib/nsh_netcmds.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/thttpd/content/netstat/netstat.c b/apps/examples/thttpd/content/netstat/netstat.c
index dda7dfb2d..0124e5393 100644
--- a/apps/examples/thttpd/content/netstat/netstat.c
+++ b/apps/examples/thttpd/content/netstat/netstat.c
@@ -45,7 +45,7 @@
#include <netinet/ether.h>
#include <nuttx/net/netconfig.h>
-#include <nuttx/net/uip/uip-arch.h>
+#include <nuttx/net/netdev.h>
/****************************************************************************
* Pre-processor Definitions
diff --git a/apps/nshlib/nsh_netcmds.c b/apps/nshlib/nsh_netcmds.c
index 7d58ded5d..b8e90b933 100644
--- a/apps/nshlib/nsh_netcmds.c
+++ b/apps/nshlib/nsh_netcmds.c
@@ -60,7 +60,7 @@
#include <nuttx/net/net.h>
#include <nuttx/clock.h>
#include <nuttx/net/uip/uip.h>
-#include <nuttx/net/uip/uip-arch.h>
+#include <nuttx/net/netdev.h>
#ifdef CONFIG_NET_STATISTICS
# include <nuttx/net/uip/uip.h>