Add include stdlib.h for free() 13/308013/1 accepted/tizen/unified/20240322.174352 accepted/tizen/unified/x/20240326.073519
authorJinWang An <jinwang.an@samsung.com>
Fri, 15 Mar 2024 07:54:03 +0000 (16:54 +0900)
committerJinWang An <jinwang.an@samsung.com>
Fri, 15 Mar 2024 07:54:03 +0000 (16:54 +0900)
Change-Id: I9a2bac19bab72d819ccf676da4026df46438f1d4
Signed-off-by: JinWang An <jinwang.an@samsung.com>
src/sst_font.c

index 1e73482..89b81c9 100644 (file)
@@ -16,6 +16,7 @@
 #include "sst_font.h"
 
 #include <libxml/tree.h>
+#include <stdlib.h>
 #include <vconf.h>
 #include "sst.h"
 #include "sst_utils_wrapper.h"