freebsd-ports/x11/mlterm/files/patch-inputmethod_uim_im_uim.c
MANTANI Nobutaka 8f2fa6421e - Chase libuim shared library version bump.
- Fix build error for WITH_UIM.
2008-05-11 13:22:35 +00:00

10 lines
405 B
C

--- inputmethod/uim/im_uim.c.orig 2008-05-07 21:49:29.000000000 +0900
+++ inputmethod/uim/im_uim.c 2008-05-07 21:51:50.000000000 +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*/