Преглед изворни кода

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

armink пре 7 година
родитељ
комит
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