dump_systemstate: shared: Include missing headers due to the upgrade of iniparser 36/318936/1 accepted/tizen_unified_x_asan accepted/tizen/unified/20250204.110448 accepted/tizen/unified/x/20250212.043821 accepted/tizen/unified/x/asan/20250211.003429
authorSung-hun Kim <sfoon.kim@samsung.com>
Mon, 3 Feb 2025 00:41:34 +0000 (09:41 +0900)
committerSung-hun Kim <sfoon.kim@samsung.com>
Mon, 3 Feb 2025 00:42:06 +0000 (09:42 +0900)
Change-Id: I0ed3e90c58e7a3b3cfd929a32f0592ce40562719
Signed-off-by: Sung-hun Kim <sfoon.kim@samsung.com>
src/dump_systemstate/extras.c
src/shared/config.c

index 42d33458b573e59ea0219eb4650b5a492b70c75c..f9b7073195903dec354f9298c009395c32cc64b2 100644 (file)
@@ -35,6 +35,9 @@
 #include <assert.h>
 #include <limits.h>
 #include <stdbool.h>
+#include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
 
 static inline void cleanup_dictionary(dictionary **ini)
 {
index aece9c4ccc55df8ff2d9dd4bc1465db68386be3a..eab53deda090c2ea6996bf23faa825266afe0bf6 100644 (file)
@@ -12,6 +12,7 @@
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <unistd.h>
 
 #include "config.h"
 #include "defs.h"