mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
sys/select.h: Should include sys/time.h instead of time.h
because struct timeval is defined in sys/time.h Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: I767347fc3e0a4cdb3280307c7dfcac53fbddd24e
This commit is contained in:
committed by
Abdelatif Guettouche
parent
2f15fd2464
commit
55312052a7
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
|
|||||||
Reference in New Issue
Block a user