aboutsummaryrefslogtreecommitdiff
path: root/nuttx/net/net_sockets.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-03 23:18:34 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-03 23:18:34 +0000
commit03c2be3856624ed069e414148a1d571d4b1fcb25 (patch)
tree836687c8a01c9ab067c477767811699a0584323f /nuttx/net/net_sockets.c
parent73af31f231cc1538daed09540331e2fa4d7b95b0 (diff)
downloadpx4-firmware-03c2be3856624ed069e414148a1d571d4b1fcb25.tar.gz
px4-firmware-03c2be3856624ed069e414148a1d571d4b1fcb25.tar.bz2
px4-firmware-03c2be3856624ed069e414148a1d571d4b1fcb25.zip
Move all non-standard, NuttX header files into include/nuttx/net
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4450 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/net/net_sockets.c')
-rw-r--r--nuttx/net/net_sockets.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/net/net_sockets.c b/nuttx/net/net_sockets.c
index 05363167c..b3a894e2b 100644
--- a/nuttx/net/net_sockets.c
+++ b/nuttx/net/net_sockets.c
@@ -47,8 +47,8 @@
#include <errno.h>
#include <debug.h>
-#include <net/uip/uip.h>
-#include <nuttx/net.h>
+#include <nuttx/net/uip/uip.h>
+#include <nuttx/net/net.h>
#include <nuttx/kmalloc.h>
#include "net_internal.h"