Add string.h header to solve build error due to iniparser upgrade 26/318726/1 accepted/tizen/unified/20250220.093353 accepted/tizen/unified/x/20250221.101016
authorJiung Yu <jiung.yu@samsung.com>
Thu, 23 Jan 2025 01:30:59 +0000 (10:30 +0900)
committerJiung Yu <jiung.yu@samsung.com>
Thu, 23 Jan 2025 01:31:13 +0000 (10:31 +0900)
Change-Id: I0005fda737f3ab49032d32d4a678046799833afa
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
profile.h

index ec5a42e3511ee3ea538e342f25c4516806733129..8bed87f67485df2f58f8aa5d8f947d2b57a25530 100755 (executable)
--- a/profile.h
+++ b/profile.h
@@ -22,6 +22,7 @@
 
 #include <stdlib.h>
 #include <unistd.h>
+#include <string.h>
 
 #include <iniparser.h>
 #include <libxml/xmlmemory.h>