Attention is currently required from: Felix Held. Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/60620
to look at the new patch set (#10).
Change subject: commonlib: Replace 'stdlib' with 'stddef' ......................................................................
commonlib: Replace 'stdlib' with 'stddef'
Include <stddef.h> since we need it for 'size_t'. Unused <stdlib.h> found using: diff <(git grep -l '#include <stdlib.h>' -- src/) <(git grep -l 'memalign(|malloc(|calloc(|free(' -- src/)
Change-Id: I3c2668013c16d6771268e8739b1370968c2e120b Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/commonlib/fsp_relocate.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/60620/10