Merge pull request #1972 from Dahua1992/master
修复syslog.c缺少#include <sys/time.h>
This commit is contained in:
commit
ea17191127
|
@ -26,6 +26,8 @@
|
||||||
|
|
||||||
#ifdef ULOG_USING_SYSLOG
|
#ifdef ULOG_USING_SYSLOG
|
||||||
|
|
||||||
|
#include <sys/time.h>
|
||||||
|
|
||||||
#ifndef ULOG_SYSLOG_IDENT_MAX_LEN
|
#ifndef ULOG_SYSLOG_IDENT_MAX_LEN
|
||||||
#define ULOG_SYSLOG_IDENT_MAX_LEN ULOG_FILTER_TAG_MAX_LEN
|
#define ULOG_SYSLOG_IDENT_MAX_LEN ULOG_FILTER_TAG_MAX_LEN
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue