summaryrefslogtreecommitdiff
path: root/apps/examples/xmlrpc/xmlrpc_main.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/examples/xmlrpc/xmlrpc_main.c
parent57d2acba435f67d561b63e6635330f182edc5047 (diff)
downloadnuttx-7150125fb8f7eba8ec7bf04112a6ca5cd23fc2e0.tar.gz
nuttx-7150125fb8f7eba8ec7bf04112a6ca5cd23fc2e0.tar.bz2
nuttx-7150125fb8f7eba8ec7bf04112a6ca5cd23fc2e0.zip
The rest of the resolv->DNS client naming change: Renamed directories and header files
Diffstat (limited to 'apps/examples/xmlrpc/xmlrpc_main.c')
-rw-r--r--apps/examples/xmlrpc/xmlrpc_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/xmlrpc/xmlrpc_main.c b/apps/examples/xmlrpc/xmlrpc_main.c
index 3a743bb82..6c3ddfc24 100644
--- a/apps/examples/xmlrpc/xmlrpc_main.c
+++ b/apps/examples/xmlrpc/xmlrpc_main.c
@@ -80,7 +80,7 @@
/* DHCPC may be used in conjunction with any other feature (or not) */
#ifdef CONFIG_EXAMPLES_XMLRPC_DHCPC
-# include <apps/netutils/resolv.h>
+# include <apps/netutils/dnsclient.h>
# include <apps/netutils/dhcpc.h>
#endif