From c16d3893631de304493ffa3ec14d0171dc5321e8 Mon Sep 17 00:00:00 2001 From: Barnali Sarkar Date: Thu, 23 Feb 2017 16:56:54 +0530 Subject: src/include: Include stdint.h since struct dimm_info uses it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit struct dimm_info has all the parameter types defined in stdint.h file. So including it. BUG=none BRANCH=none TEST=Build and boot KBLRVP Change-Id: I707523749ecf415e993b460f9613eae7be859c34 Signed-off-by: Barnali Sarkar Reviewed-on: https://review.coreboot.org/18471 Tested-by: build bot (Jenkins) Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Aaron Durbin --- src/include/memory_info.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/include/memory_info.h b/src/include/memory_info.h index 4613628dab..02904af285 100644 --- a/src/include/memory_info.h +++ b/src/include/memory_info.h @@ -16,6 +16,8 @@ #ifndef _MEMORY_INFO_H_ #define _MEMORY_INFO_H_ +#include + /* * If this table is filled and put in CBMEM, * then these info in CBMEM will be used to generate smbios type 17 table -- cgit v1.2.3