summaryrefslogtreecommitdiff
path: root/nuttx/net/netdev_findbyname.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/netdev_findbyname.c')
-rw-r--r--nuttx/net/netdev_findbyname.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/net/netdev_findbyname.c b/nuttx/net/netdev_findbyname.c
index 3a9db0c0d..c482f5781 100644
--- a/nuttx/net/netdev_findbyname.c
+++ b/nuttx/net/netdev_findbyname.c
@@ -40,7 +40,6 @@
#include <nuttx/config.h>
#if defined(CONFIG_NET) && CONFIG_NSOCKET_DESCRIPTORS > 0
-#include <sys/types.h>
#include <string.h>
#include <errno.h>
@@ -49,7 +48,7 @@
#include "net_internal.h"
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************