summaryrefslogtreecommitdiff
path: root/baseboard/volteer
diff options
context:
space:
mode:
authorJeremy Bettis <jbettis@google.com>2022-11-22 11:03:22 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-22 21:10:57 +0000
commit5d440d8b025a99953de7b751133088ade0f64d47 (patch)
treeae4e1c4fdb9d65c54241026e562f423fca2706d6 /baseboard/volteer
parentd4aa274081c99f3443886977f004721670cc3b35 (diff)
downloadchrome-ec-5d440d8b025a99953de7b751133088ade0f64d47.tar.gz
ec: IWYU Add missing include
cbi.h needs common.h for __override_proto Zephyr's inttypes.h includes stdint.h, so do the same for ec's inttypes.h also. BRANCH=None BUG=b:247100970 TEST=zmake build -a TEST=./twister --clobber -v -i TEST=make -j$(nproc) buildall_only runtests TEST=zmake compare-builds Signed-off-by: Jeremy Bettis <jbettis@google.com> Change-Id: I8917f1ad6a04dc35c2ef8eb437d9cf4cd5ec7fa7 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4049440 Commit-Queue: Tristan Honscheid <honscheid@google.com> Tested-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Tristan Honscheid <honscheid@google.com> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Commit-Queue: Jeremy Bettis <jbettis@chromium.org> Auto-Submit: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'baseboard/volteer')
-rw-r--r--baseboard/volteer/cbi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/baseboard/volteer/cbi.h b/baseboard/volteer/cbi.h
index dc940f1edc..4b4044ea3c 100644
--- a/baseboard/volteer/cbi.h
+++ b/baseboard/volteer/cbi.h
@@ -8,6 +8,8 @@
#ifndef __CROS_EC_BASEBOARD_CBI_H
#define __CROS_EC_BASEBOARD_CBI_H
+#include "common.h"
+
unsigned char get_board_id(void);
/**