summaryrefslogtreecommitdiff
path: root/nuttx/netutils/resolv/resolv.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-19 16:54:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-19 16:54:35 +0000
commit91d77b455375c2cb410ae981646f398de40175fc (patch)
tree14831436a60f148182392569b1313a21824e461a /nuttx/netutils/resolv/resolv.c
parentac9a608fd04466f3c5c52674efaf0a3ce9aefd17 (diff)
downloadpx4-nuttx-91d77b455375c2cb410ae981646f398de40175fc.tar.gz
px4-nuttx-91d77b455375c2cb410ae981646f398de40175fc.tar.bz2
px4-nuttx-91d77b455375c2cb410ae981646f398de40175fc.zip
Move netutils header files from include/net/uip to include/apps/netutils
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3399 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/netutils/resolv/resolv.c')
-rw-r--r--nuttx/netutils/resolv/resolv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/netutils/resolv/resolv.c b/nuttx/netutils/resolv/resolv.c
index 60da2015b..db9e00085 100644
--- a/nuttx/netutils/resolv/resolv.c
+++ b/nuttx/netutils/resolv/resolv.c
@@ -63,7 +63,7 @@
#include <sys/socket.h>
#include <arpa/inet.h>
-#include <net/uip/resolv.h>
+#include <apps/netutils/resolv.h>
/****************************************************************************
* Definitions