summaryrefslogtreecommitdiff
path: root/nuttx/net/listen.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/listen.c')
-rw-r--r--nuttx/net/listen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/net/listen.c b/nuttx/net/listen.c
index c28f9fae0..bddb0ab08 100644
--- a/nuttx/net/listen.c
+++ b/nuttx/net/listen.c
@@ -40,7 +40,6 @@
#include <nuttx/config.h>
#if defined(CONFIG_NET) && CONFIG_NSOCKET_DESCRIPTORS > 0
-#include <sys/types.h>
#include <sys/socket.h>
#include <errno.h>
#include <debug.h>