From 0d5624fc0e998deedd4bd1a51795434479c277cb Mon Sep 17 00:00:00 2001 From: Ting Shen Date: Thu, 28 Oct 2021 14:56:07 +0800 Subject: it83xx_pd.h: fix header dependency it83xx_pd.h uses uint8_t, add the appropriate header for type declaration. BUG=none TEST=make BRANCH=main Signed-off-by: Ting Shen Change-Id: Iad30f525297835c6041d8bc95bb2b751c10a09ed Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3249323 Auto-Submit: Ting Shen Reviewed-by: Rong Chang Reviewed-by: Eric Yilun Lin Commit-Queue: Ting Shen Tested-by: Ting Shen --- driver/tcpm/it83xx_pd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'driver') diff --git a/driver/tcpm/it83xx_pd.h b/driver/tcpm/it83xx_pd.h index ff7c231f23..0c613d67ae 100644 --- a/driver/tcpm/it83xx_pd.h +++ b/driver/tcpm/it83xx_pd.h @@ -7,6 +7,8 @@ #ifndef __CROS_EC_DRIVER_TCPM_IT83XX_H #define __CROS_EC_DRIVER_TCPM_IT83XX_H +#include + #include "driver/tcpm/it8xxx2_pd_public.h" /* USBPD Controller */ -- cgit v1.2.1