diff options
Diffstat (limited to 'x11-terms/mlterm/files/mlterm-2.9.4-uim15-fix.patch')
-rw-r--r-- | x11-terms/mlterm/files/mlterm-2.9.4-uim15-fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-terms/mlterm/files/mlterm-2.9.4-uim15-fix.patch b/x11-terms/mlterm/files/mlterm-2.9.4-uim15-fix.patch new file mode 100644 index 000000000000..e69a2c93206b --- /dev/null +++ b/x11-terms/mlterm/files/mlterm-2.9.4-uim15-fix.patch @@ -0,0 +1,10 @@ +--- a/inputmethod/uim/im_uim.c 2008-05-25 23:41:46.871924640 +0900 ++++ b/inputmethod/uim/im_uim.c 2008-05-25 23:42:34.149923480 +0900 +@@ -35,6 +35,7 @@ + #include <uim-helper.h> + #include <uim-im-switcher.h> + ++#include <stdio.h> + #include <X11/keysym.h> /* XK_xxx */ + #include <kiklib/kik_mem.h> /* malloc/alloca/free */ + #include <kiklib/kik_str.h> /* kik_str_alloca_dup kik_str_sep kik_snprintf*/ |