diff -ru anthy-7900-orig/depgraph/mkdepgraph.c anthy-7900/depgraph/mkdepgraph.c --- anthy-7900-orig/depgraph/mkdepgraph.c 2006-08-29 09:40:17.767448000 +0800 +++ anthy-7900/depgraph/mkdepgraph.c 2006-08-29 09:46:29.756527000 +0800 @@ -11,6 +11,7 @@ #include #include +#include #include #include #include Only in anthy-7900/depgraph: mkdepgraph.c~ diff -ru anthy-7900-orig/mkworddic/mkdic.c anthy-7900/mkworddic/mkdic.c --- anthy-7900-orig/mkworddic/mkdic.c 2006-08-29 09:40:17.444539000 +0800 +++ anthy-7900/mkworddic/mkdic.c 2006-08-29 09:41:06.490688000 +0800 @@ -40,6 +40,7 @@ #include #include #include +#include #include diff -ru anthy-7900-orig/src-diclib/ruleparser.c anthy-7900/src-diclib/ruleparser.c --- anthy-7900-orig/src-diclib/ruleparser.c 2006-08-29 09:40:17.373435000 +0800 +++ anthy-7900/src-diclib/ruleparser.c 2006-08-29 09:41:06.492454000 +0800 @@ -9,6 +9,7 @@ #include #include #include +#include #include #include @@ -24,7 +25,7 @@ #define PS_EOF 2 #define PS_RET 3 -#define NL "NL" +const char* NL = "NL"; static struct parser_stat { FILE *fp_stack[MAX_INCLUDE_DEPTH]; diff -ru anthy-7900-orig/src-diclib/xstr.c anthy-7900/src-diclib/xstr.c --- anthy-7900-orig/src-diclib/xstr.c 2006-08-29 09:40:17.373941000 +0800 +++ anthy-7900/src-diclib/xstr.c 2006-08-29 09:41:06.494574000 +0800 @@ -17,6 +17,7 @@ #include #include #include +#include #include "config.h" /* for ANTHY_*_ENCODING */ diff -ru anthy-7900-orig/src-ordering/commit.c anthy-7900/src-ordering/commit.c --- anthy-7900-orig/src-ordering/commit.c 2006-08-29 09:40:17.765754000 +0800 +++ anthy-7900/src-ordering/commit.c 2006-08-29 09:41:06.496700000 +0800 @@ -9,6 +9,7 @@ #include #include +#include #include "splitter.h" #include "segment.h" #include "sorter.h" diff -ru anthy-7900-orig/src-splitter/splitter.c anthy-7900/src-splitter/splitter.c --- anthy-7900-orig/src-splitter/splitter.c 2006-08-29 09:40:17.762944000 +0800 +++ anthy-7900/src-splitter/splitter.c 2006-08-29 09:41:06.499579000 +0800 @@ -35,6 +35,7 @@ #include #include +#include #include #include #include diff -ru anthy-7900-orig/src-util/rkconv.c anthy-7900/src-util/rkconv.c --- anthy-7900-orig/src-util/rkconv.c 2006-08-29 09:40:17.761269000 +0800 +++ anthy-7900/src-util/rkconv.c 2006-08-29 09:41:06.503394000 +0800 @@ -12,6 +12,7 @@ #include #include #include +#include #include "rkconv.h" diff -ru anthy-7900-orig/src-util/rkhelper.c anthy-7900/src-util/rkhelper.c --- anthy-7900-orig/src-util/rkhelper.c 2006-08-29 09:40:17.760361000 +0800 +++ anthy-7900/src-util/rkhelper.c 2006-08-29 09:41:06.507685000 +0800 @@ -11,6 +11,7 @@ #include #include #include "rkconv.h" +#include #include "rkhelper.h" static const char* rk_default_symbol[128] = { diff -ru anthy-7900-orig/src-worddic/priv_dic.c anthy-7900/src-worddic/priv_dic.c --- anthy-7900-orig/src-worddic/priv_dic.c 2006-08-29 09:40:17.350730000 +0800 +++ anthy-7900/src-worddic/priv_dic.c 2006-08-29 09:41:06.508531000 +0800 @@ -19,6 +19,7 @@ #include #include #include +#include #include "dic_main.h" /* ¸Ä¿Í¼­½ñ */ diff -ru anthy-7900-orig/src-worddic/record.c anthy-7900/src-worddic/record.c --- anthy-7900-orig/src-worddic/record.c 2006-08-29 09:40:17.350465000 +0800 +++ anthy-7900/src-worddic/record.c 2006-08-29 09:41:06.510994000 +0800 @@ -46,6 +46,7 @@ #include "config.h" #include #include +#include #include #include #include diff -ru anthy-7900-orig/src-worddic/texttrie.c anthy-7900/src-worddic/texttrie.c --- anthy-7900-orig/src-worddic/texttrie.c 2006-08-29 09:40:17.352451000 +0800 +++ anthy-7900/src-worddic/texttrie.c 2006-08-29 09:41:06.513149000 +0800 @@ -55,6 +55,7 @@ #include #include #include +#include #include "texttrie.h" #include "dic_main.h" #include "filemap.h" diff -ru anthy-7900-orig/src-worddic/word_lookup.c anthy-7900/src-worddic/word_lookup.c --- anthy-7900-orig/src-worddic/word_lookup.c 2006-08-29 09:40:17.349906000 +0800 +++ anthy-7900/src-worddic/word_lookup.c 2006-08-29 09:41:06.514965000 +0800 @@ -39,6 +39,7 @@ #include "config.h" #include +#include #include #include #include diff -ru anthy-7900-orig/test/main.c anthy-7900/test/main.c --- anthy-7900-orig/test/main.c 2006-08-29 09:40:17.868315000 +0800 +++ anthy-7900/test/main.c 2006-08-29 09:41:06.515925000 +0800 @@ -22,6 +22,7 @@ #include #include #include +#include #include #include