projects
/
platform
/
core
/
multimedia
/
libmm-utility.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dded18
)
Add missing header
63/306463/1
author
minje.ahn
<minje.ahn@samsung.com>
Thu, 22 Feb 2024 00:56:48 +0000
(09:56 +0900)
committer
minje.ahn
<minje.ahn@samsung.com>
Thu, 22 Feb 2024 00:56:48 +0000
(09:56 +0900)
Append stddef.h for size_t
Change-Id: Ic25289c92b38c4c78946e1408a40db5a4d5c3273
Signed-off-by: minje.ahn <minje.ahn@samsung.com>
common/include/mm_util_type.h
patch
|
blob
|
history
diff --git
a/common/include/mm_util_type.h
b/common/include/mm_util_type.h
index 0fb129422852ad5ae828db274321d945f8c11cbf..0b3efee23281261fbb24f8662c5e5f96c4b00b5f 100755
(executable)
--- a/
common/include/mm_util_type.h
+++ b/
common/include/mm_util_type.h
@@
-21,6
+21,7
@@
#define __MM_UTIL_TYPE_H__
#include <stdbool.h>
+#include <stddef.h>
#ifdef __cplusplus
extern "C" {