summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_netcmds.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-24 09:28:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-24 09:28:44 -0600
commit47b78f32cc766651d93c79d1edbf61876d419bad (patch)
tree168524f91cc1c1ff2fe0d90c0556704cc0546fdf /apps/nshlib/nsh_netcmds.c
parentcd733d2a25bf118d00cac4572e09b99b9ac58d30 (diff)
downloadnuttx-47b78f32cc766651d93c79d1edbf61876d419bad.tar.gz
nuttx-47b78f32cc766651d93c79d1edbf61876d419bad.tar.bz2
nuttx-47b78f32cc766651d93c79d1edbf61876d419bad.zip
Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.h
Diffstat (limited to 'apps/nshlib/nsh_netcmds.c')
-rw-r--r--apps/nshlib/nsh_netcmds.c2
1 files changed, 1 insertions, 1 deletions
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>