summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/net/socket/send.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/net/socket/send.c b/nuttx/net/socket/send.c
index c3ad1694c..26a949be4 100644
--- a/nuttx/net/socket/send.c
+++ b/nuttx/net/socket/send.c
@@ -42,6 +42,7 @@
#include <sys/types.h>
#include <sys/socket.h>
+#include <errno.h>
#include "tcp/tcp.h"
#include "pkt/pkt.h"