summaryrefslogtreecommitdiff
path: root/baseboard/volteer
diff options
context:
space:
mode:
authorAbe Levkoy <alevkoy@chromium.org>2020-09-02 14:53:29 -0600
committerCommit Bot <commit-bot@chromium.org>2020-09-03 00:52:30 +0000
commit217dd1c56883dcf64db887886c885d130d875370 (patch)
tree17e5c77962924c1a2aa11b07c9445c1d4d0f1c7b /baseboard/volteer
parentd031c14214cb1e2a229a909e946b5b36ff91afee (diff)
downloadchrome-ec-217dd1c56883dcf64db887886c885d130d875370.tar.gz
volteer: Add missing #include
uint32_t comes from stdint.h. BUG=none TEST=make buildall BRANCH=none Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Change-Id: I44ae7c9bf5011a67f34967554da67ad5f7e7c89b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2390995 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'baseboard/volteer')
-rw-r--r--baseboard/volteer/cbi_ec_fw_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/baseboard/volteer/cbi_ec_fw_config.h b/baseboard/volteer/cbi_ec_fw_config.h
index c3632e4cda..9669fdf413 100644
--- a/baseboard/volteer/cbi_ec_fw_config.h
+++ b/baseboard/volteer/cbi_ec_fw_config.h
@@ -7,6 +7,7 @@
#define __VOLTEER_CBI_EC_FW_CONFIG_H_
#include "stdbool.h"
+#include "stdint.h"
/****************************************************************************
* CBI FW_CONFIG layout shared by all Volteer boards