[component][ulog] Fix a compile error when timestamp is enable.
This commit is contained in:
parent
acfe61b501
commit
f28b9d83f7
|
@ -21,7 +21,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef ULOG_TIME_USING_TIMESTAMP
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#ifdef ULOG_USING_ASYNC_OUTPUT
|
||||
|
|
Loading…
Reference in New Issue