[component][ulog] Fix a compile error when timestamp is enable.

This commit is contained in:
armink 2018-11-09 17:31:40 +08:00
parent acfe61b501
commit f28b9d83f7
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#endif
#ifdef ULOG_TIME_USING_TIMESTAMP
#include <time.h>
#include <sys/time.h>
#endif
#ifdef ULOG_USING_ASYNC_OUTPUT