summaryrefslogtreecommitdiff
path: root/nuttx/net/pkt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-28 17:25:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-28 17:25:18 -0600
commitdc5d8364a9b2d53397f74d72e8f2beda05c73c7f (patch)
tree03b0c1360bace17da6a0f0eccc7db652c8d94e27 /nuttx/net/pkt
parent469ef047adbea4d5ef72f90a36da7035d9602826 (diff)
downloadpx4-nuttx-dc5d8364a9b2d53397f74d72e8f2beda05c73c7f.tar.gz
px4-nuttx-dc5d8364a9b2d53397f74d72e8f2beda05c73c7f.tar.bz2
px4-nuttx-dc5d8364a9b2d53397f74d72e8f2beda05c73c7f.zip
Move all socket-related files from net/ to net/socket. Move net/net.h to net/socket/socket.h
Diffstat (limited to 'nuttx/net/pkt')
-rw-r--r--nuttx/net/pkt/pkt_send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/pkt/pkt_send.c b/nuttx/net/pkt/pkt_send.c
index bc2c2b33c..60fcb65e4 100644
--- a/nuttx/net/pkt/pkt_send.c
+++ b/nuttx/net/pkt/pkt_send.c
@@ -55,7 +55,7 @@
#include <nuttx/net/netdev.h>
#include <nuttx/net/pkt.h>
-#include "net.h"
+#include "socket/socket.h"
#include "netdev/netdev.h"
#include "uip/uip.h"
#include "pkt/pkt.h"