summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Pawliczek <pawliczek@chromium.org>2022-11-22 11:31:40 -0800
committerPiotr Pawliczek <pawliczek@chromium.org>2022-11-22 19:44:21 +0000
commit4ba3538ac420d388a2fe81f70b8ad90a88a7eb74 (patch)
treee1a7337cb2a9ea0d4b2265f624f1ed52c41c4469
parented85e67ea6fddb6bdd21f4db691700da85307959 (diff)
downloadchrome-ec-4ba3538ac420d388a2fe81f70b8ad90a88a7eb74.tar.gz
Add missing include
Quick fix to unblock builds. BUG=none TEST=emerge-atlas ec-utils-test Change-Id: Iaabd657ab5c059ba00afd458b31dbed63721b867 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4049442 Auto-Submit: Piotr Pawliczek <pawliczek@chromium.org> Owners-Override: Piotr Pawliczek <pawliczek@chromium.org> Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Commit-Queue: Piotr Pawliczek <pawliczek@chromium.org> Commit-Queue: Jeremy Bettis <jbettis@chromium.org> Tested-by: Piotr Pawliczek <pawliczek@chromium.org>
-rw-r--r--include/base32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/base32.h b/include/base32.h
index a1816afb60..d1acc6ab95 100644
--- a/include/base32.h
+++ b/include/base32.h
@@ -8,6 +8,8 @@
#ifndef __CROS_EC_BASE32_H
#define __CROS_EC_BASE32_H
+#include <stdint.h>
+
/* Symbol map for base32 encoding */
extern const char base32_map[33];