[coreboot-gerrit] New patch to review for coreboot: src/include: Include stdint.h sicne struct dimm_info uses it

Barnali Sarkar (barnali.sarkar@intel.com) gerrit at coreboot.org
Thu Feb 23 12:31:33 CET 2017


Barnali Sarkar (barnali.sarkar at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18471

-gerrit

commit bf814729024a62fb9a09529ae3c9a8c57ded4cc4
Author: Barnali Sarkar <barnali.sarkar at intel.com>
Date:   Thu Feb 23 16:56:54 2017 +0530

    src/include: Include stdint.h sicne 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 at intel.com>
---
 src/include/memory_info.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/include/memory_info.h b/src/include/memory_info.h
index 4613628..02904af 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



More information about the coreboot-gerrit mailing list