mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-19 03:01:22 +08:00
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
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
#ifndef ULOG_SYSLOG_IDENT_MAX_LEN
|
||||
#define ULOG_SYSLOG_IDENT_MAX_LEN ULOG_FILTER_TAG_MAX_LEN
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user