mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 01:10:20 +08:00
[component][ulog] Fix a compile error when timestamp is enable.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef ULOG_TIME_USING_TIMESTAMP
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#ifdef ULOG_USING_ASYNC_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user