summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorTing Shen <phoenixshen@google.com>2021-10-28 14:56:07 +0800
committerCommit Bot <commit-bot@chromium.org>2021-10-29 07:05:30 +0000
commit0d5624fc0e998deedd4bd1a51795434479c277cb (patch)
tree5d09ca3834b14b5937585a5f190de451cffa050d /driver
parent60f591e7bef0400c28c3b653efa53cc1016dcca1 (diff)
downloadchrome-ec-0d5624fc0e998deedd4bd1a51795434479c277cb.tar.gz
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 <phoenixshen@google.com> Change-Id: Iad30f525297835c6041d8bc95bb2b751c10a09ed Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3249323 Auto-Submit: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Rong Chang <rongchang@chromium.org> Reviewed-by: Eric Yilun Lin <yllin@google.com> Commit-Queue: Ting Shen <phoenixshen@chromium.org> Tested-by: Ting Shen <phoenixshen@chromium.org>
Diffstat (limited to 'driver')
-rw-r--r--driver/tcpm/it83xx_pd.h2
1 files changed, 2 insertions, 0 deletions
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 <stdint.h>
+
#include "driver/tcpm/it8xxx2_pd_public.h"
/* USBPD Controller */