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

index f3a735c47e6233f937086747d14fc446f76b06aa..74218409aa99dcbc612d7f57e5de836b7358a7ad 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 968b4f49cba6b13593c75de999fe912076f0866e..12cf6a29e5bf7b0ca43d945df5d1d0660e481e4c 100644 (file)
@@ -30,6 +30,7 @@
 #include "config.h"
 #include "receiver_preference.h"
 #include "sticker_info.h"
+#include "sticker_request.h"
 
 using namespace std;