From b89aa8486e290ad8935ab7f558ee44358c0aa450 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Tue, 15 Dec 2015 10:03:13 +0900 Subject: [PATCH] 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: I54c5a640b6b7ce2e2cc1597cc7e1a7da70c69f81 Signed-off-by: Hwankyu Jhun --- src/notification_old.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/notification_old.c b/src/notification_old.c index 5184336..cf0b167 100644 --- a/src/notification_old.c +++ b/src/notification_old.c @@ -30,6 +30,7 @@ #include #include #include +#include #include #include -- 2.7.4