Переглянути джерело

move select.h to none-gcc

Meco Man 3 роки тому
батько
коміт
aa8a493c3c

+ 1 - 1
components/libc/compilers/common/sys/select.h → components/libc/compilers/common/none-gcc/sys/select.h

@@ -12,8 +12,8 @@
 #define __SYS_SELECT_H__
 
 #include <rtconfig.h>
-#include <sys/time.h>
 #include <sys/types.h>
+#include <sys/time.h>
 
 #ifndef  FD_SETSIZE
 #define  FD_SETSIZE  32