From 5e70d212b9bbc569270029ae3f7be5dc2e48539b Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Tue, 22 Jun 2021 17:29:03 +0800 Subject: [PATCH] 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 Change-Id: I767347fc3e0a4cdb3280307c7dfcac53fbddd24e --- include/sys/select.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sys/select.h b/include/sys/select.h index 1c027fe2a22..ba65ddab198 100644 --- a/include/sys/select.h +++ b/include/sys/select.h @@ -29,7 +29,7 @@ #include #include -#include +#include /**************************************************************************** * Pre-processor Definitions