modify time.h to sys/time.h

This commit is contained in:
Meco Man
2021-11-23 22:38:00 -05:00
parent 7dabc3844c
commit a1cc3d43e7
11 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,7 @@
* 2021-07-30 Meco Man move rtc_core.c to rtc.c
*/
#include <time.h>
#include <sys/time.h>
#include <string.h>
#include <stdlib.h>
#include <rtthread.h>