From: Jihoon Kim Date: Tue, 12 Oct 2021 04:57:35 +0000 (+0900) Subject: Fix build error in sticker-receiver X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_5.5;p=platform%2Fcore%2Fuifw%2Fcapi-ui-sticker.git Fix build error in sticker-receiver Change-Id: I8131bc527af046aaff894ea8884a8e38167106e2 Signed-off-by: Jihoon Kim --- diff --git a/receiver/inc/ft.h b/receiver/inc/ft.h index f3a735c..7421840 100644 --- a/receiver/inc/ft.h +++ b/receiver/inc/ft.h @@ -16,6 +16,8 @@ #include +#include "sticker_request.h" + #ifndef __FT_H__ #define __FT_H__ @@ -39,4 +41,6 @@ bool request_show_sync_notification(); bool get_job_progress(); +void push_sticker_request(request_type req_type, const char *mode, const char *category, const char *type); + #endif /* __FT_H__ */ diff --git a/receiver/src/main.cpp b/receiver/src/main.cpp index 968b4f4..12cf6a2 100644 --- a/receiver/src/main.cpp +++ b/receiver/src/main.cpp @@ -30,6 +30,7 @@ #include "config.h" #include "receiver_preference.h" #include "sticker_info.h" +#include "sticker_request.h" using namespace std;