1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Boyuan Yang <byang@debian.org>
Date: Mon, 9 Dec 2024 13:15:07 -0500
Subject: Fix compatibility with librime 1.12
Bug-Debian: https://bugs.debian.org/1089191
---
src/fcitx-rime.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/fcitx-rime.c b/src/fcitx-rime.c
index aab324e..6de2f68 100644
--- a/src/fcitx-rime.c
+++ b/src/fcitx-rime.c
@@ -6,6 +6,7 @@
#include <fcitx/module/freedesktop-notify/fcitx-freedesktop-notify.h>
#include <libintl.h>
#include <rime_api.h>
+#include <rime_api_deprecated.h>
#define _(x) dgettext("fcitx-rime", (x))
|