From 0aaa10b02c214ccaf039c22178eb934a86338381 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 29 Oct 2007 02:21:57 +0000 Subject: [PATCH] * m17n-gui.h: Include m17n-flt.h. * input.c: Include "m17n.h" instead of "m17n-gui.h". --- src/m17n-gui.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/m17n-gui.h b/src/m17n-gui.h index 81ba902..b3f3dd2 100644 --- a/src/m17n-gui.h +++ b/src/m17n-gui.h @@ -23,6 +23,10 @@ #ifndef _M17N_GUI_H_ #define _M17N_GUI_H_ +#ifndef _M17N_FLT_H_ +#include +#endif + #ifndef _M17N_H_ #include #endif -- 1.7.10.4