X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Finline.c;h=3db3be52986c8f1d0e4c93a1675d71e69dab12cc;hb=4f14f955e64fbf24dd2f85fc22c2976c5aad47a0;hp=24cd10fb64be8a167842b9f91b5908bf2499ea50;hpb=a1655b870904de973c366d85ebdc8adde4ef5e1e;p=chise%2Fxemacs-chise.git- diff --git a/src/inline.c b/src/inline.c index 24cd10f..3db3be5 100644 --- a/src/inline.c +++ b/src/inline.c @@ -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,10 @@ Boston, MA 02111-1307, USA. */ #include "gui-x.h" #endif +#ifdef HAVE_MS_WINDOWS +#include "console-msw.h" +#endif + #ifdef FILE_CODING #include "file-coding.h" #endif