]> git.eshelyaron.com Git - emacs.git/commitdiff
Include charset.h.
authorGeoff Voelker <voelker@cs.washington.edu>
Tue, 1 Jul 1997 05:06:16 +0000 (05:06 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Tue, 1 Jul 1997 05:06:16 +0000 (05:06 +0000)
src/w32console.c
src/w32term.c

index 24ae959f5ea62bcec369fb1cd76faa0f7eeaead3..97ff55907d1721e9fe02208ff698360ce3b62cc1 100644 (file)
@@ -30,10 +30,10 @@ Boston, MA 02111-1307, USA.
 #include <windows.h>
 
 #include "lisp.h"
+#include "charset.h"
 #include "frame.h"
 #include "disptab.h"
 #include "termhooks.h"
-
 #include "w32inevt.h"
 
 /* from window.c */
index e2eb784cd3abfa57cb736b090e4c0a3a237fe4a4..3b147b91a298e5eabc964635cc2259fdfe716ae3 100644 (file)
@@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA.  */
 #include <config.h>
 #include <stdio.h>
 #include "lisp.h"
+#include "charset.h"
 #include "blockinput.h"
 
 #include <w32term.h>