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.
2 parents f6783c6 + 0df270b commit ea17191Copy full SHA for ea17191
components/utilities/ulog/syslog/syslog.c
@@ -26,6 +26,8 @@
26
27
#ifdef ULOG_USING_SYSLOG
28
29
+#include <sys/time.h>
30
+
31
#ifndef ULOG_SYSLOG_IDENT_MAX_LEN
32
#define ULOG_SYSLOG_IDENT_MAX_LEN ULOG_FILTER_TAG_MAX_LEN
33
#endif
0 commit comments