From 37b1ad116ee9c117a27e838e88a107eb2f53320e Mon Sep 17 00:00:00 2001 From: wangkexin Date: Tue, 30 Apr 2024 09:23:49 +0000 Subject: [PATCH] update frameworks/libhilog/base/hilog_base.c. Signed-off-by: wangkexin --- frameworks/libhilog/base/hilog_base.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frameworks/libhilog/base/hilog_base.c b/frameworks/libhilog/base/hilog_base.c index 7e344f6..b41dd8b 100644 --- a/frameworks/libhilog/base/hilog_base.c +++ b/frameworks/libhilog/base/hilog_base.c @@ -26,6 +26,10 @@ #include #include +#ifdef _GNU_SOURCE +const int +#endif + #define LOG_LEN 3 #define ERROR_FD 2 -- Gitee