From: Geoff Voelker Date: Tue, 1 Jul 1997 05:06:16 +0000 (+0000) Subject: Include charset.h. X-Git-Tag: emacs-20.1~1439 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2091aeb2a111c72aef9ccc30ef2dbfdd6b5f1dce;p=emacs.git Include charset.h. --- diff --git a/src/w32console.c b/src/w32console.c index 24ae959f5ea..97ff55907d1 100644 --- a/src/w32console.c +++ b/src/w32console.c @@ -30,10 +30,10 @@ Boston, MA 02111-1307, USA. #include #include "lisp.h" +#include "charset.h" #include "frame.h" #include "disptab.h" #include "termhooks.h" - #include "w32inevt.h" /* from window.c */ diff --git a/src/w32term.c b/src/w32term.c index e2eb784cd3a..3b147b91a29 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */ #include #include #include "lisp.h" +#include "charset.h" #include "blockinput.h" #include