src/{device,drivers}: Add missing 'include <types.h>'
<types.h> is supposed to provide <stdint.h> and <stddef.h>. So when <types.h> is included, <stdint.h> and/or <stddef.h> is removed. Change-Id: I3395715f9e2b03175089186ab2e57d9e508fc87c Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32806 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lijian Zhao <lijian.zhao@intel.com>
This commit is contained in:
committed by
Patrick Georgi
parent
b12ece98b0
commit
bd1683da29
@@ -26,6 +26,7 @@
|
||||
#include <device/dram/ddr2.h>
|
||||
#include <lib.h>
|
||||
#include <string.h>
|
||||
#include <types.h>
|
||||
|
||||
/*==============================================================================
|
||||
* = DDR2 SPD decoding helpers
|
||||
|
@@ -27,6 +27,7 @@
|
||||
#include <memory_info.h>
|
||||
#include <cbmem.h>
|
||||
#include <smbios.h>
|
||||
#include <types.h>
|
||||
|
||||
/*==============================================================================
|
||||
* = DDR3 SPD decoding helpers
|
||||
|
Reference in New Issue
Block a user