summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 62f7d438d0..485cbcbe5c 100644
--- a/include/common.h
+++ b/include/common.h
@@ -8,6 +8,8 @@
#ifndef __CROS_EC_COMMON_H
#define __CROS_EC_COMMON_H
+#include <stdbool.h>
+#include <stddef.h>
#include <stdint.h>
#include <inttypes.h>
#include "compile_time_macros.h"