aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2015-05-27 09:57:43 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2015-05-29 07:45:32 +0200
commitfaa46e0cb697371535fef1b806101f1fd57c354e (patch)
tree64cd0669969ea0513eaf63362dc35cbadfde7a7e /src
parent38a6062c3550f0efefb98d2a83c9027270f55c94 (diff)
nvs: Add missing stdint.h include.
nvs.h uses u8 without including stdint.h. Change-Id: I4ffcbb850cb7b8f47126ee1906b9e0960dd449e8 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/10331 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Edward O'Callaghan <edward.ocallaghan@koparo.com>
Diffstat (limited to 'src')
-rw-r--r--src/southbridge/intel/bd82x6x/nvs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/bd82x6x/nvs.h b/src/southbridge/intel/bd82x6x/nvs.h
index 2dd93548d0..84f7998095 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 */