Fix build error in sticker-receiver
[platform/core/uifw/capi-ui-sticker.git] / receiver / inc / ft.h
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__ */