projects
/
platform
/
core
/
system
/
resourced-headless.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39197d3
)
Include 'stdlib.h' for malloc function
48/221248/1
tizen_5.5
author
Yunmi Ha
<yunmi.ha@samsung.com>
Mon, 30 Dec 2019 09:00:09 +0000
(18:00 +0900)
committer
Yunmi Ha
<yunmi.ha@samsung.com>
Mon, 30 Dec 2019 09:00:53 +0000
(09:00 +0000)
- Remove 'implicit-function-declaration' waring for GCC-9
Change-Id: Ifc4d9aa9b5dcd4107046c8d0b963eecd1f896fce
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
src/test/test.c
patch
|
blob
|
history
diff --git
a/src/test/test.c
b/src/test/test.c
index 81aa74e65bafdb40d36b849dd00a5acad8430d35..03ccd774af54709ef9a5e002209bf026a961e308 100644
(file)
--- a/
src/test/test.c
+++ b/
src/test/test.c
@@
-19,6
+19,7
@@
#include <gio/gio.h>
#include <glib.h>
#include <stdio.h>
+#include <stdlib.h>
#include <dbus.h>
#include <event.h>