1
0
Эх сурвалжийг харах

将<sys/time>改为"sys/time.h"

Meco Man 4 жил өмнө
parent
commit
3f74758f31

+ 1 - 1
components/libc/compilers/common/time.c

@@ -20,7 +20,7 @@
  * 2021-05-01     Meco Man     support fixed timezone
  */
 
-#include <sys/time.h>
+#include "sys/time.h"
 #include <rtthread.h>
 
 #ifdef RT_USING_DEVICE