From: Hwankyu Jhun Date: Tue, 15 Dec 2015 01:28:09 +0000 (+0900) Subject: Include bundle_internal.h for internal bundle apis X-Git-Tag: submit/tizen_wearable/20151215.082316 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen_wearable%2F20151215.082316;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.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: I6d4551a425dcb6c0f3a7f38c86c3ba9341ce123d Signed-off-by: Hwankyu Jhun --- diff --git a/bt-service/bt-service-device.c b/bt-service/bt-service-device.c index b9d9ea8..0a36214 100644 --- a/bt-service/bt-service-device.c +++ b/bt-service/bt-service-device.c @@ -28,6 +28,7 @@ #if !defined(LIBNOTIFY_SUPPORT) && !defined(LIBNOTIFICATION_SUPPORT) #include #endif +#include #include "bluetooth-api.h" #include "bt-internal-types.h"