From 00e0449e3ebd82aa670e2233a92970495abc1faf Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Fri, 23 Apr 2021 10:50:12 +0900 Subject: [PATCH] Use header inclusion instead of extern keyword Includes: - app_control_internal.h Change-Id: I8bfdbce864582bc7c1080f5588b5d6ba07694880 Signed-off-by: Hwankyu Jhun --- src/service_app_main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/service_app_main.c b/src/service_app_main.c index 177a797..35ad3b0 100644 --- a/src/service_app_main.c +++ b/src/service_app_main.c @@ -27,6 +27,7 @@ #include #include #include +#include #include "service_app_extension.h" #include "service_app_internal.h" @@ -37,8 +38,6 @@ #define LOG_TAG "CAPI_APPFW_APPLICATION" -extern int app_control_create_event(bundle *data, struct app_control_s **app_control); - typedef enum { APP_STATE_NOT_RUNNING, APP_STATE_CREATING, -- 2.34.1