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 302d00e commit c71828fCopy full SHA for c71828f
components/utilities/ulog/syslog/syslog.c
@@ -25,7 +25,7 @@
25
*/
26
27
#ifdef ULOG_USING_SYSLOG
28
-
+#include <sys/time.h>
29
#ifndef ULOG_SYSLOG_IDENT_MAX_LEN
30
#define ULOG_SYSLOG_IDENT_MAX_LEN ULOG_FILTER_TAG_MAX_LEN
31
#endif
0 commit comments