mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Suffer the consequences of moving struct timeval to its correct location
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/time.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "socket/socket.h"
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/time.h>
|
||||
#include <errno.h>
|
||||
#include <arch/irq.h>
|
||||
|
||||
|
||||
@@ -40,8 +40,10 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <sys/socket.h>
|
||||
#include <sys/time.h>
|
||||
#include <stdint.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <nuttx/clock.h>
|
||||
|
||||
#include "utils/utils.h"
|
||||
|
||||
@@ -39,6 +39,8 @@
|
||||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
#include <nuttx/clock.h>
|
||||
|
||||
#include "utils/utils.h"
|
||||
|
||||
Reference in New Issue
Block a user