summaryrefslogtreecommitdiff
path: root/nuttx/net/net_vfcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/net_vfcntl.c')
-rw-r--r--nuttx/net/net_vfcntl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/net/net_vfcntl.c b/nuttx/net/net_vfcntl.c
index 88e46ad22..3ea710425 100644
--- a/nuttx/net/net_vfcntl.c
+++ b/nuttx/net/net_vfcntl.c
@@ -38,9 +38,9 @@
****************************************************************************/
#include <nuttx/config.h>
-#include <sys/types.h>
-#include <sys/socket.h>
+#include <sys/socket.h>
+#include <stdint.h>
#include <stdarg.h>
#include <fcntl.h>
#include <errno.h>