summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2015-12-15 10:51:40 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2015-12-15 10:51:40 +0900
commit75119825c890b2d028074108cc2f1ec41be036bb (patch)
treedc738154061f40cfa4cd1d5a97d3b9b96352b468
parent7120c7cfcc6fa26992895f333e625d225561a9f4 (diff)
downloadair_home-75119825c890b2d028074108cc2f1ec41be036bb.tar.gz
air_home-75119825c890b2d028074108cc2f1ec41be036bb.tar.bz2
air_home-75119825c890b2d028074108cc2f1ec41be036bb.zip
Include bundle_internal.h for internal bundle apissubmit/tizen/20151214.084555
Some bundle apis are platform internal apis and we need to include bundle_internal.h to use them Change-Id: Iee1d4bfc67b996b19b167f6b87d5e9f83568e86e Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r--src/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.c b/src/utils.c
index e7d5edd..5d570c9 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -20,6 +20,7 @@
#include <app.h>
#include <app_contents.h>
#include <bundle.h>
+#include <bundle_internal.h>
#include "utils.h"
#include "defs.h"