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:
Xiang Xiao 2021-06-22 17:29:03 +08:00 committed by xiaoxiang
parent 800754a9be
commit 5e70d212b9

View file

@ -29,7 +29,7 @@
#include <stdint.h>
#include <signal.h>
#include <time.h>
#include <sys/time.h>
/****************************************************************************
* Pre-processor Definitions