projects
/
platform
/
upstream
/
bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7b6f1d
)
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
author
Jiung Yu
<jiung.yu@samsung.com>
Thu, 23 Jan 2025 01:30:59 +0000
(10:30 +0900)
committer
Jiung 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
patch
|
blob
|
history
diff --git
a/profile.h
b/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>