summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_netcmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nshlib/nsh_netcmds.c')
-rw-r--r--apps/nshlib/nsh_netcmds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/nshlib/nsh_netcmds.c b/apps/nshlib/nsh_netcmds.c
index b8e90b933..8ceadd182 100644
--- a/apps/nshlib/nsh_netcmds.c
+++ b/apps/nshlib/nsh_netcmds.c
@@ -59,11 +59,11 @@
#include <nuttx/net/net.h>
#include <nuttx/clock.h>
-#include <nuttx/net/uip/uip.h>
+#include <nuttx/net/uip.h>
#include <nuttx/net/netdev.h>
#ifdef CONFIG_NET_STATISTICS
-# include <nuttx/net/uip/uip.h>
+# include <nuttx/net/uip.h>
#endif
#if defined(CONFIG_NET_ICMP) && defined(CONFIG_NET_ICMP_PING) && \