summaryrefslogtreecommitdiff
path: root/nuttx/net/pkt/pkt_send.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/pkt/pkt_send.c')
-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"