summaryrefslogtreecommitdiff
path: root/include/event_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/event_log.h')
-rw-r--r--include/event_log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/event_log.h b/include/event_log.h
index bd3b88510b..5438a34414 100644
--- a/include/event_log.h
+++ b/include/event_log.h
@@ -6,6 +6,8 @@
#ifndef __CROS_EC_EVENT_LOG_H
#define __CROS_EC_EVENT_LOG_H
+#include <stdint.h>
+
struct event_log_entry {
uint32_t timestamp; /* relative timestamp in milliseconds */
uint8_t type; /* event type, caller-defined */