summaryrefslogtreecommitdiff
path: root/chip/ish/ipc_heci.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/ipc_heci.h')
-rw-r--r--chip/ish/ipc_heci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chip/ish/ipc_heci.h b/chip/ish/ipc_heci.h
index f9372aefa3..96b08f9c4a 100644
--- a/chip/ish/ipc_heci.h
+++ b/chip/ish/ipc_heci.h
@@ -7,6 +7,8 @@
#ifndef __IPC_HECI_H
#define __IPC_HECI_H
+#include <stddef.h>
+
enum IPC_ERR {
IPC_ERR_IPC_IS_NOT_READY = EC_ERROR_INTERNAL_FIRST + 0,
IPC_ERR_TOO_SMALL_BUFFER = EC_ERROR_INTERNAL_FIRST + 1,