From: Suyeon Hwang Date: Fri, 11 Aug 2023 04:56:48 +0000 (+0900) Subject: Include stddef.h for size_t type X-Git-Tag: accepted/tizen/unified/20230814.121024^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_8.0_unified;p=platform%2Fcore%2Fuifw%2Fstt.git Include stddef.h for size_t type Change-Id: Ie2a56f31318d7abf00c69b2bd47e328e95f479d5 Signed-off-by: Suyeon Hwang --- 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