summaryrefslogtreecommitdiff
path: root/apps/examples/tcpecho
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/examples/tcpecho
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/examples/tcpecho')
-rw-r--r--apps/examples/tcpecho/tcpecho_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/tcpecho/tcpecho_main.c b/apps/examples/tcpecho/tcpecho_main.c
index fbc6e2ddd..a8a86a7b2 100644
--- a/apps/examples/tcpecho/tcpecho_main.c
+++ b/apps/examples/tcpecho/tcpecho_main.c
@@ -70,7 +70,7 @@
/* DHCPC may be used in conjunction with any other feature (or not) */
#ifdef CONFIG_EXAMPLES_TCPECHO_DHCPC
-# include <apps/netutils/resolv.h>
+# include <apps/netutils/dnsclient.h>
# include <apps/netutils/dhcpc.h>
#endif