Просмотр исходного кода

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

armink 7 лет назад
Родитель
Сommit
f28b9d83f7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      components/utilities/ulog/ulog.c

+ 1 - 1
components/utilities/ulog/ulog.c

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