From: Hwankyu Jhun Date: Tue, 15 Dec 2015 01:37:46 +0000 (+0900) Subject: Include bundle_internal.h for internal bundle apis X-Git-Tag: submit/tizen/20151214.084555^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F16%2F54316%2F1;p=platform%2Fcore%2Fapi%2Fapplication.git Include bundle_internal.h for internal bundle apis 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 --- 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 #include +#include #include #include #include