diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/scim-anthy/files/patch-src::scim_anthy_key2kana.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/scim-anthy/files/patch-src::scim_anthy_key2kana.cpp b/japanese/scim-anthy/files/patch-src::scim_anthy_key2kana.cpp new file mode 100644 index 000000000000..5a324cd82fe7 --- /dev/null +++ b/japanese/scim-anthy/files/patch-src::scim_anthy_key2kana.cpp @@ -0,0 +1,13 @@ +Index: src/scim_anthy_key2kana.cpp +diff -u src/scim_anthy_key2kana.cpp.orig src/scim_anthy_key2kana.cpp +--- src/scim_anthy_key2kana.cpp.orig Tue Jul 11 11:22:08 2006 ++++ src/scim_anthy_key2kana.cpp Mon Sep 4 01:45:58 2006 +@@ -23,6 +23,8 @@ + #include "scim_anthy_imengine.h" + #include "scim_anthy_utils.h" + ++#include <wctype.h> ++ + using namespace scim_anthy; + + Key2KanaConvertor::Key2KanaConvertor (AnthyInstance & anthy, |