diff -urp anthy-8700b.orig/depgraph/mkdepgraph.c anthy-8700b/depgraph/mkdepgraph.c --- anthy-8700b.orig/depgraph/mkdepgraph.c 2007-02-17 11:17:58.000000000 +0800 +++ anthy-8700b/depgraph/mkdepgraph.c 2007-05-11 14:45:05.211421000 +0800 @@ -28,6 +28,7 @@ #include #include +#include #include #include #include diff -urp anthy-8700b.orig/mkworddic/mkdic.c anthy-8700b/mkworddic/mkdic.c --- anthy-8700b.orig/mkworddic/mkdic.c 2007-02-09 00:00:25.000000000 +0800 +++ anthy-8700b/mkworddic/mkdic.c 2007-05-11 14:43:08.286142000 +0800 @@ -40,6 +40,7 @@ #include #include #include +#include #include diff -urp anthy-8700b.orig/src-diclib/ruleparser.c anthy-8700b/src-diclib/ruleparser.c --- anthy-8700b.orig/src-diclib/ruleparser.c 2006-10-14 13:47:51.000000000 +0800 +++ anthy-8700b/src-diclib/ruleparser.c 2007-05-11 14:42:31.119661000 +0800 @@ -9,6 +9,7 @@ #include #include #include +#include #include #include diff -urp anthy-8700b.orig/src-diclib/xstr.c anthy-8700b/src-diclib/xstr.c --- anthy-8700b.orig/src-diclib/xstr.c 2007-01-24 08:55:43.000000000 +0800 +++ anthy-8700b/src-diclib/xstr.c 2007-05-11 14:42:52.840393000 +0800 @@ -16,6 +16,7 @@ #include #include #include +#include #include "config.h" /* for ANTHY_*_ENCODING */ diff -urp anthy-8700b.orig/src-ordering/commit.c anthy-8700b/src-ordering/commit.c --- anthy-8700b.orig/src-ordering/commit.c 2007-02-14 20:49:58.000000000 +0800 +++ anthy-8700b/src-ordering/commit.c 2007-05-11 14:44:58.305993000 +0800 @@ -6,6 +6,7 @@ */ #include #include +#include #include #include diff -urp anthy-8700b.orig/src-splitter/splitter.c anthy-8700b/src-splitter/splitter.c --- anthy-8700b.orig/src-splitter/splitter.c 2007-01-29 07:14:09.000000000 +0800 +++ anthy-8700b/src-splitter/splitter.c 2007-05-11 14:44:47.814428000 +0800 @@ -35,6 +35,7 @@ #include #include +#include #include #include #include diff -urp anthy-8700b.orig/src-util/rkconv.c anthy-8700b/src-util/rkconv.c --- anthy-8700b.orig/src-util/rkconv.c 2006-05-13 17:28:36.000000000 +0800 +++ anthy-8700b/src-util/rkconv.c 2007-05-11 14:43:33.280096000 +0800 @@ -12,6 +12,7 @@ #include #include #include +#include #include "rkconv.h" diff -urp anthy-8700b.orig/src-util/rkhelper.c anthy-8700b/src-util/rkhelper.c --- anthy-8700b.orig/src-util/rkhelper.c 2006-05-13 17:28:36.000000000 +0800 +++ anthy-8700b/src-util/rkhelper.c 2007-05-11 14:43:17.626948000 +0800 @@ -10,6 +10,7 @@ #include #include +#include #include "rkconv.h" #include "rkhelper.h" diff -urp anthy-8700b.orig/src-util/ruby/anthy_swig_rb_wrap.c anthy-8700b/src-util/ruby/anthy_swig_rb_wrap.c --- anthy-8700b.orig/src-util/ruby/anthy_swig_rb_wrap.c 2006-09-10 21:50:31.000000000 +0800 +++ anthy-8700b/src-util/ruby/anthy_swig_rb_wrap.c 2007-05-11 14:44:40.035446000 +0800 @@ -867,7 +867,7 @@ extern "C" { #include "include/anthy.h" - +#include #define anthy_context_set_string anthy_set_string #define anthy_context_resize_segment anthy_resize_segment diff -urp anthy-8700b.orig/src-worddic/priv_dic.c anthy-8700b/src-worddic/priv_dic.c --- anthy-8700b.orig/src-worddic/priv_dic.c 2007-02-27 21:10:33.000000000 +0800 +++ anthy-8700b/src-worddic/priv_dic.c 2007-05-11 14:41:58.128951000 +0800 @@ -32,6 +32,7 @@ #include #include +#include #include #include #include diff -urp anthy-8700b.orig/src-worddic/record.c anthy-8700b/src-worddic/record.c --- anthy-8700b.orig/src-worddic/record.c 2006-10-21 23:33:38.000000000 +0800 +++ anthy-8700b/src-worddic/record.c 2007-05-11 14:41:50.650861000 +0800 @@ -47,6 +47,7 @@ #include #include #include +#include #include #include #include diff -urp anthy-8700b.orig/src-worddic/texttrie.c anthy-8700b/src-worddic/texttrie.c --- anthy-8700b.orig/src-worddic/texttrie.c 2007-02-14 23:08:21.000000000 +0800 +++ anthy-8700b/src-worddic/texttrie.c 2007-05-11 14:42:13.623537000 +0800 @@ -58,6 +58,7 @@ #include #include #include +#include #include "texttrie.h" #include "dic_main.h" #include "filemap.h" diff -urp anthy-8700b.orig/src-worddic/word_lookup.c anthy-8700b/src-worddic/word_lookup.c --- anthy-8700b.orig/src-worddic/word_lookup.c 2007-02-06 21:56:13.000000000 +0800 +++ anthy-8700b/src-worddic/word_lookup.c 2007-05-11 14:41:42.144397000 +0800 @@ -40,6 +40,7 @@ #include "config.h" #include #include +#include #include #include #include diff -urp anthy-8700b.orig/test/main.c anthy-8700b/test/main.c --- anthy-8700b.orig/test/main.c 2006-11-23 21:43:00.000000000 +0800 +++ anthy-8700b/test/main.c 2007-05-11 14:45:19.887190000 +0800 @@ -23,6 +23,7 @@ #include #include #include +#include #include #include