We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfe61b commit f28b9d8Copy full SHA for f28b9d8
components/utilities/ulog/ulog.c
@@ -21,7 +21,7 @@
21
#endif
22
23
#ifdef ULOG_TIME_USING_TIMESTAMP
24
-#include <time.h>
+#include <sys/time.h>
25
26
27
#ifdef ULOG_USING_ASYNC_OUTPUT
0 commit comments