From 5d440d8b025a99953de7b751133088ade0f64d47 Mon Sep 17 00:00:00 2001 From: Jeremy Bettis Date: Tue, 22 Nov 2022 11:03:22 -0700 Subject: 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 Change-Id: I8917f1ad6a04dc35c2ef8eb437d9cf4cd5ec7fa7 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4049440 Commit-Queue: Tristan Honscheid Tested-by: Jeremy Bettis Reviewed-by: Tristan Honscheid Code-Coverage: Zoss Commit-Queue: Jeremy Bettis Auto-Submit: Jeremy Bettis --- baseboard/volteer/cbi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'baseboard/volteer') 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); /** -- cgit v1.2.1