Include bundle_internal.h for internal bundle apis 55/54255/1 accepted/tizen/mobile/20151217.023647 accepted/tizen/tv/20151217.023705 accepted/tizen/wearable/20151217.023728 submit/tizen/20151214.084555
authorSemun Lee <sm79.lee@samsung.com>
Mon, 14 Dec 2015 10:06:54 +0000 (19:06 +0900)
committerSemun Lee <sm79.lee@samsung.com>
Mon, 14 Dec 2015 10:06:54 +0000 (19:06 +0900)
Some bundle apis are platform internal apis
and we need to include bundle_internal.h to use them

Change-Id: I7dd56ed0d54ad01d86152c809ab5964e6ea0acd1
Signed-off-by: Semun Lee <sm79.lee@samsung.com>
src/data-control-map.c
src/data-control-provider.c
src/data-control-sql.c

index 111dd76..443ca4a 100755 (executable)
@@ -13,6 +13,7 @@
 #include <appsvc/appsvc.h>
 #include <aul/aul.h>
 #include <bundle.h>
+#include <bundle_internal.h>
 #include <pkgmgr-info.h>
 
 #include "data-control-map.h"
index 4fdbe2f..080ef81 100755 (executable)
@@ -16,6 +16,7 @@
 #include <appsvc/appsvc.h>
 #include <aul/aul.h>
 #include <bundle.h>
+#include <bundle_internal.h>
 #include <pkgmgr-info.h>
 
 #include "data-control-sql.h"
index 438e791..36c3a30 100755 (executable)
@@ -17,6 +17,7 @@
 #include <appsvc/appsvc.h>
 #include <aul/aul.h>
 #include <bundle.h>
+#include <bundle_internal.h>
 #include <pkgmgr-info.h>
 
 #include "data-control-sql.h"