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_ */