Fix build error in sticker-receiver 14/265214/1 tizen_5.5
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 12 Oct 2021 04:57:35 +0000 (13:57 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 13 Oct 2021 01:30:01 +0000 (10:30 +0900)
Change-Id: I8131bc527af046aaff894ea8884a8e38167106e2
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
receiver/inc/ft.h
receiver/src/main.cpp

index f3a735c..7421840 100644 (file)
@@ -16,6 +16,8 @@
 
 #include <glib.h>
 
+#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__ */
index 968b4f4..12cf6a2 100644 (file)
@@ -30,6 +30,7 @@
 #include "config.h"
 #include "receiver_preference.h"
 #include "sticker_info.h"
+#include "sticker_request.h"
 
 using namespace std;