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

This commit is contained in:
Meco Man 2021-05-02 09:29:46 +08:00
parent 8ec1a63b23
commit 3f74758f31
1 changed files with 1 additions and 1 deletions

View File

@ -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