aboutsummaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_netcmds.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-24 17:49:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-24 17:49:58 +0000
commit7c73fe57c659ce9f9a31a247b04f7068a0b62cb1 (patch)
tree77afe71ab3cee92be070ab4a93b9b18cc58c2fed /apps/nshlib/nsh_netcmds.c
parent5859e0d35365a89d1b3001f562f89dd81d001302 (diff)
downloadpx4-firmware-7c73fe57c659ce9f9a31a247b04f7068a0b62cb1.tar.gz
px4-firmware-7c73fe57c659ce9f9a31a247b04f7068a0b62cb1.tar.bz2
px4-firmware-7c73fe57c659ce9f9a31a247b04f7068a0b62cb1.zip
Fixes for l3s, USB composite, nfsmount, apps context build problems
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5458 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/nshlib/nsh_netcmds.c')
-rw-r--r--apps/nshlib/nsh_netcmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/nshlib/nsh_netcmds.c b/apps/nshlib/nsh_netcmds.c
index 371d30460..506950e14 100644
--- a/apps/nshlib/nsh_netcmds.c
+++ b/apps/nshlib/nsh_netcmds.c
@@ -67,6 +67,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>
#endif
#if defined(CONFIG_NET_UDP) && CONFIG_NFILE_DESCRIPTORS > 0