Attention is currently required from: Hsuan Ting Chen, Hsuan-ting Chen, Jack Rosenthal. Hello build bot (Jenkins), Hsuan Ting Chen, Jack Rosenthal,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/63113
to look at the new patch set (#3).
Change subject: commonlib/bsd/elog: Include <stdint.h> instead of <inttypes.h> ......................................................................
commonlib/bsd/elog: Include <stdint.h> instead of <inttypes.h>
The header file <inttypes.h> includes <stdint.h> and defines some additional PRI* macros. Since elog.h and elog.c do not use any of the PRI* macro, we should include <stdint.h> directly.
Change-Id: Iac1f4f53e43f171ecef95533cd6a3bf5dff64ec4 Signed-off-by: Hsuan Ting Chen roccochen@chromium.org --- M src/commonlib/bsd/include/commonlib/bsd/elog.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/63113/3