summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2015-12-15 10:37:46 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2015-12-15 10:37:46 +0900
commit6cd7148715b2e3e28f19e3522550250bf592ce7d (patch)
tree18b56e75423cfd66ac1c95cafd8454328358a8ec /src
parentfda46b33f2c270ccd373cbe256fab30b514f84ee (diff)
downloadapplication-6cd7148715b2e3e28f19e3522550250bf592ce7d.tar.gz
application-6cd7148715b2e3e28f19e3522550250bf592ce7d.tar.bz2
application-6cd7148715b2e3e28f19e3522550250bf592ce7d.zip
Some bundle apis are platform internal apis and we need to include bundle_internal.h to use them Change-Id: I879ce7c6fa0832db031aa806161febd8c3c48c22 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Diffstat (limited to 'src')
-rw-r--r--src/service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/service.c b/src/service.c
index e7b5b23..adba675 100644
--- a/src/service.c
+++ b/src/service.c
@@ -22,6 +22,7 @@
#include <errno.h>
#include <bundle.h>
+#include <bundle_internal.h>
#include <aul.h>
#include <appsvc.h>
#include <dlog.h>