summaryrefslogtreecommitdiff
path: root/builtin/inttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/inttypes.h')
-rw-r--r--builtin/inttypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/builtin/inttypes.h b/builtin/inttypes.h
index 1ef305548b..eed80407ce 100644
--- a/builtin/inttypes.h
+++ b/builtin/inttypes.h
@@ -6,6 +6,8 @@
#ifndef __CROS_EC_INTTYPES_H__
#define __CROS_EC_INTTYPES_H__
+#include <stdint.h>
+
#define PRIx64 "llx"
#define PRId64 "lld"