Browse Source

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

Meco Man 4 years ago
parent
commit
3f74758f31
1 changed files with 1 additions and 1 deletions
  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