diff options
author | Barnali Sarkar <barnali.sarkar@intel.com> | 2017-02-23 16:56:54 +0530 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-03-01 16:57:34 +0100 |
commit | c16d3893631de304493ffa3ec14d0171dc5321e8 (patch) | |
tree | b0b3387c3ab1c29701f6ecb0fed40f72bc88ee80 /src/include/memory_info.h | |
parent | e13b77564f71dd125f2e4691407ac39efe552b6e (diff) |
src/include: Include stdint.h since struct dimm_info uses it
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 <barnali.sarkar@intel.com>
Reviewed-on: https://review.coreboot.org/18471
Tested-by: build bot (Jenkins)
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/include/memory_info.h')
-rw-r--r-- | src/include/memory_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdint.h> + /* * If this table is filled and put in CBMEM, * then these info in CBMEM will be used to generate smbios type 17 table |