projects
/
platform
/
core
/
api
/
notification.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cb6b8c
)
Include bundle_internal.h for internal bundle apis
02/54302/1
accepted/tizen/mobile/20151217.023645
accepted/tizen/tv/20151217.023703
accepted/tizen/wearable/20151217.023726
submit/tizen/20151214.084555
author
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 15 Dec 2015 01:03:13 +0000
(10:03 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 15 Dec 2015 01:04:33 +0000
(10:04 +0900)
Some bundle apis are platform internal apis
and we need to include bundle_internal.h to use them
Change-Id: I54c5a640b6b7ce2e2cc1597cc7e1a7da70c69f81
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/notification_old.c
patch
|
blob
|
history
diff --git
a/src/notification_old.c
b/src/notification_old.c
index 5184336c9a3e8ccfeb08e1c5d57a38890fce3d3f..cf0b167fb12dc7dad09a35f3f6f2a0da8b69f78f 100644
(file)
--- a/
src/notification_old.c
+++ b/
src/notification_old.c
@@
-30,6
+30,7
@@
#include <sys/syscall.h>
#include <sys/time.h>
#include <sys/un.h>
+#include <bundle_internal.h>
#include <notification.h>
#include <notification_internal.h>