summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_netcmds.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-11 12:41:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-11 12:41:13 -0600
commit7150125fb8f7eba8ec7bf04112a6ca5cd23fc2e0 (patch)
tree9debe9e1dafba8f3c7f81e75c8c0850c9903ce6e /apps/nshlib/nsh_netcmds.c
parent57d2acba435f67d561b63e6635330f182edc5047 (diff)
downloadpx4-nuttx-7150125fb8f7eba8ec7bf04112a6ca5cd23fc2e0.tar.gz
px4-nuttx-7150125fb8f7eba8ec7bf04112a6ca5cd23fc2e0.tar.bz2
px4-nuttx-7150125fb8f7eba8ec7bf04112a6ca5cd23fc2e0.zip
The rest of the resolv->DNS client naming change: Renamed directories and header files
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 b1789d123..62c1d012a 100644
--- a/apps/nshlib/nsh_netcmds.c
+++ b/apps/nshlib/nsh_netcmds.c
@@ -69,7 +69,7 @@
#if defined(CONFIG_NET_ICMP) && defined(CONFIG_NET_ICMP_PING) && \
!defined(CONFIG_DISABLE_CLOCK) && !defined(CONFIG_DISABLE_SIGNALS)
# include <apps/netutils/uiplib.h>
-# include <apps/netutils/resolv.h>
+# include <apps/netutils/dnsclient.h>
#endif
#if defined(CONFIG_NET_UDP) && CONFIG_NFILE_DESCRIPTORS > 0
@@ -88,7 +88,7 @@
# ifdef CONFIG_HAVE_GETHOSTBYNAME
# include <netdb.h>
# else
-# include <apps/netutils/resolv.h>
+# include <apps/netutils/dnsclient.h>
# endif
# include <apps/netutils/dhcpc.h>
#endif