From aa8a493c3c0fbc269a8e66286e3c7b4c28a1b2d5 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Tue, 14 Sep 2021 20:49:44 -0400 Subject: [PATCH] move select.h to none-gcc --- components/libc/compilers/common/{ => none-gcc}/sys/select.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename components/libc/compilers/common/{ => none-gcc}/sys/select.h (100%) diff --git a/components/libc/compilers/common/sys/select.h b/components/libc/compilers/common/none-gcc/sys/select.h similarity index 100% rename from components/libc/compilers/common/sys/select.h rename to components/libc/compilers/common/none-gcc/sys/select.h index 08420b0d10..575ad3a1b5 100644 --- a/components/libc/compilers/common/sys/select.h +++ b/components/libc/compilers/common/none-gcc/sys/select.h @@ -12,8 +12,8 @@ #define __SYS_SELECT_H__ #include -#include #include +#include #ifndef FD_SETSIZE #define FD_SETSIZE 32