[coreboot-gerrit] Patch set updated for coreboot: 40140bb nvs: Add missing stdint.h include.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Thu May 28 11:28:10 CEST 2015


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10331

-gerrit

commit 40140bb5b6cefed5a15e6ec051bdc86d65ff9bac
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Wed May 27 09:57:43 2015 +0200

    nvs: Add missing stdint.h include.
    
    nvs.h uses u8 without including stdint.h.
    
    Change-Id: I4ffcbb850cb7b8f47126ee1906b9e0960dd449e8
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/southbridge/intel/bd82x6x/nvs.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/southbridge/intel/bd82x6x/nvs.h b/src/southbridge/intel/bd82x6x/nvs.h
index 2dd9354..84f7998 100644
--- a/src/southbridge/intel/bd82x6x/nvs.h
+++ b/src/southbridge/intel/bd82x6x/nvs.h
@@ -18,6 +18,7 @@
  * Foundation, Inc.
  */
 
+#include <stdint.h>
 #include "vendorcode/google/chromeos/gnvs.h"
 typedef struct {
 	/* Miscellaneous */



More information about the coreboot-gerrit mailing list