From f891f1da34fd5a65abee49ba1c40057b328ce90c Mon Sep 17 00:00:00 2001 From: xinyang Date: Mon, 15 Apr 2019 13:04:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86log.h=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E5=8C=85=E5=90=AB=E6=97=B6=E7=9A=84=E8=AD=A6=E5=91=8A?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/log.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/log.h b/include/log.h index 6990cbb..ed7fd62 100644 --- a/include/log.h +++ b/include/log.h @@ -136,4 +136,6 @@ #else #define CNT_TIME(str_ctrs, tag, codes, ...) codes #endif +#else /* _LOG_H_ */ + #warning "Multiple include of log.h, some settings may not work." #endif /* _LOG_H_ */