src/cpu: Use 'include <stdlib.h>' when appropriate
commit845652b8bbaeca8373bcf574e12e7d4e406b72e9
authorElyes HAOUAS <ehaouas@noos.fr>
Sun, 23 Jun 2019 04:55:41 +0000 (23 06:55 +0200)
committerPatrick Georgi <pgeorgi@google.com>
Mon, 28 Oct 2019 11:57:23 +0000 (28 11:57 +0000)
treee4d3c9cd1cb12ae13aef9a07d5bb86d4b0468b83
parent400f9ca2613297b3034d96286eeeb009a1eb2ac0
src/cpu: Use 'include <stdlib.h>' when appropriate

Also:
 add some missing includes spotted by Jenkins.
 Including <types.h>, is supposed to provide stdint and stddef.

Change-Id: I7bd999b59d1c0bdfa5999bf5805576f94c9a2390
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33680
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
src/cpu/amd/family_10h-family_15h/fidvid.c
src/cpu/amd/family_10h-family_15h/processor_name.c
src/cpu/x86/lapic/lapic_cpu_init.c
src/cpu/x86/mirror_payload.c