(g2-UU+5B73): Add `=decomposition@hanyo-denshi'.
[chise/xemacs-chise.git.1] / src / inline.c
index 24cd10f..1995900 100644 (file)
@@ -44,6 +44,7 @@ Boston, MA 02111-1307, USA.  */
 #include "lisp.h"
 #include "buffer.h"
 #include "bytecode.h"
+#include "casetab.h"
 #include "chartab.h"
 #include "console.h"
 #include "device.h"
@@ -69,7 +70,6 @@ Boston, MA 02111-1307, USA.  */
 #endif
 
 #ifdef HAVE_POSTGRESQL
-#include POSTGRES_INCLUDE (libpq-fe.h)
 #include "postgresql.h"
 #endif
 
@@ -86,6 +86,15 @@ Boston, MA 02111-1307, USA.  */
 #include "gui-x.h"
 #endif
 
+#ifdef HAVE_MS_WINDOWS
+#include "console-msw.h"
+#endif
+
+#ifdef HAVE_GTK
+#include "console-gtk.h"
+#include "ui-gtk.h"
+#endif
+
 #ifdef FILE_CODING
 #include "file-coding.h"
 #endif