From 44fa5287dfafb8b718a5f9c52c4b279d9ab8d9c6 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Tue, 15 Dec 2015 10:40:04 +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: Ibcd50fc0e4d55c0c16b284cb698b74a6050e9c8b Signed-off-by: Hwankyu Jhun --- syspopup-app/CMakeLists.txt | 1 + syspopup-app/src/syspopup-app.c | 1 + test/test.c | 1 + 3 files changed, 3 insertions(+) diff --git a/syspopup-app/CMakeLists.txt b/syspopup-app/CMakeLists.txt index 4086ef1..a12a6fe 100644 --- a/syspopup-app/CMakeLists.txt +++ b/syspopup-app/CMakeLists.txt @@ -24,6 +24,7 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/syspopup) INCLUDE(FindPkgConfig) pkg_check_modules(syspopup_app_pkgs REQUIRED + bundle capi-appfw-application elementary capi-system-system-settings) diff --git a/syspopup-app/src/syspopup-app.c b/syspopup-app/src/syspopup-app.c index 1c9e414..4f2e454 100755 --- a/syspopup-app/src/syspopup-app.c +++ b/syspopup-app/src/syspopup-app.c @@ -24,6 +24,7 @@ #include #include #include +#include #include "syspopup.h" #include "syspopup-app.h" diff --git a/test/test.c b/test/test.c index e9db385..6a620c4 100755 --- a/test/test.c +++ b/test/test.c @@ -24,6 +24,7 @@ #include #include #include +#include #include "syspopup_caller.h" static void usage(void) -- 2.7.4