From be345c0bb48712bed1e653022cd2b9baae42a9c8 Mon Sep 17 00:00:00 2001 From: Hsuan Ting Chen Date: Fri, 25 Mar 2022 16:30:07 +0800 Subject: commonlib/bsd/elog: Include instead of The header file includes and defines some additional PRI* macros. Since elog.h and elog.c do not use any of the PRI* macro, we should include directly. Change-Id: Iac1f4f53e43f171ecef95533cd6a3bf5dff64ec4 Signed-off-by: Hsuan Ting Chen Reviewed-on: https://review.coreboot.org/c/coreboot/+/63113 Tested-by: build bot (Jenkins) Reviewed-by: Jack Rosenthal Reviewed-by: Yu-Ping Wu --- src/commonlib/bsd/include/commonlib/bsd/elog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commonlib/bsd/include/commonlib/bsd/elog.h b/src/commonlib/bsd/include/commonlib/bsd/elog.h index 29c781b6f5..35a42e6b23 100644 --- a/src/commonlib/bsd/include/commonlib/bsd/elog.h +++ b/src/commonlib/bsd/include/commonlib/bsd/elog.h @@ -3,7 +3,7 @@ #ifndef _COMMONLIB_BSD_ELOG_H_ #define _COMMONLIB_BSD_ELOG_H_ -#include +#include #include -- cgit v1.2.3