From ababba21274bfb6fcaea82006b9e41b2e287b566 Mon Sep 17 00:00:00 2001 From: Suyeon Hwang Date: Fri, 11 Aug 2023 13:56:48 +0900 Subject: [PATCH] Include stddef.h for size_t type Change-Id: Ie2a56f31318d7abf00c69b2bd47e328e95f479d5 Signed-off-by: Suyeon Hwang --- include/stt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/stt.h b/include/stt.h index 83290ef..501deb1 100755 --- a/include/stt.h +++ b/include/stt.h @@ -19,6 +19,7 @@ #define __STT_H__ +#include #include -- 2.7.4