summaryrefslogtreecommitdiff
path: root/baseboard/brya/baseboard.h
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2021-06-24 16:19:41 -0700
committerCommit Bot <commit-bot@chromium.org>2021-06-25 22:06:00 +0000
commit8fb6fbd482f3acbe403e443b45b77e2ecddd18a0 (patch)
tree3b408c72c21ced149ae4d782efadfb0ddce4540d /baseboard/brya/baseboard.h
parentfeb8590958f0d510e2819b0b86603cc70fc032fe (diff)
downloadchrome-ec-8fb6fbd482f3acbe403e443b45b77e2ecddd18a0.tar.gz
brya: Include-what-you-use scrub
This updates the list of header files included by brya board files to match what is actually used. BRANCH=none BUG=b:192010784 TEST=buildall passes Change-Id: I18d143882babfd17935fbf0cf92f235842df17c3 Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2987159 Reviewed-by: Boris Mittelberg <bmbm@google.com> Commit-Queue: Boris Mittelberg <bmbm@google.com>
Diffstat (limited to 'baseboard/brya/baseboard.h')
-rw-r--r--baseboard/brya/baseboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/baseboard/brya/baseboard.h b/baseboard/brya/baseboard.h
index 448a38c6b7..bc7e4ae13d 100644
--- a/baseboard/brya/baseboard.h
+++ b/baseboard/brya/baseboard.h
@@ -210,6 +210,7 @@
#ifndef __ASSEMBLER__
#include <stdbool.h>
+#include <stdint.h>
#include "common.h"
#include "baseboard_usbc_config.h"