The rest of the resolv->DNS client naming change: Renamed directories and header files

This commit is contained in:
Gregory Nutt
2014-04-11 12:41:13 -06:00
parent 51f553c9a4
commit 8b386385ab
19 changed files with 29 additions and 20 deletions

View File

@@ -48,7 +48,7 @@
#include <apps/netutils/uiplib.h>
#if defined(CONFIG_NSH_DHCPC) || defined(CONFIG_NSH_DNS)
# include <apps/netutils/resolv.h>
# include <apps/netutils/dnsclient.h>
# include <apps/netutils/dhcpc.h>
#endif