Explorar o código

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

Meco Man %!s(int64=4) %!d(string=hai) anos
pai
achega
3f74758f31
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/libc/compilers/common/time.c

+ 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