Include bundle_internal.h for internal bundle apis 31/54331/1
authorSukHyung, Kang <shine.kang@samsung.com>
Tue, 15 Dec 2015 02:31:02 +0000 (11:31 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Tue, 15 Dec 2015 02:31:02 +0000 (11:31 +0900)
Change-Id: I7d6e16aec5e379ce51a907c2e4dbb463f3a7b361
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
provider-interface/download-provider-interface.c
provider/download-provider-notification.c

index ef51234..7c6ed32 100755 (executable)
@@ -36,9 +36,8 @@
 #include <download-provider-utils.h>
 
 #include <bundle.h> // for notification bundle
-#ifdef T30
 #include <bundle_internal.h>
-#endif
+
 #include <app_control.h>
 #include <app_control_internal.h>
 
index 62ee60d..b9a3a0a 100755 (executable)
@@ -29,6 +29,7 @@
 #include "download-provider-utils.h"
 
 #include <bundle.h>
+#include <bundle_internal.h>
 #include <notification.h>
 
 #include "notification_text_domain.h"