comparison src/w32console.c @ 18507:be4c110cda51

Include charset.h.
author Geoff Voelker <voelker@cs.washington.edu>
date Tue, 01 Jul 1997 05:06:16 +0000
parents d1d4d81f9ece
children e21b63afe61f
comparison
equal deleted inserted replaced
18506:bcc706aedcea 18507:be4c110cda51
28 #include <stdlib.h> 28 #include <stdlib.h>
29 #include <stdio.h> 29 #include <stdio.h>
30 #include <windows.h> 30 #include <windows.h>
31 31
32 #include "lisp.h" 32 #include "lisp.h"
33 #include "charset.h"
33 #include "frame.h" 34 #include "frame.h"
34 #include "disptab.h" 35 #include "disptab.h"
35 #include "termhooks.h" 36 #include "termhooks.h"
36
37 #include "w32inevt.h" 37 #include "w32inevt.h"
38 38
39 /* from window.c */ 39 /* from window.c */
40 extern Lisp_Object Frecenter (); 40 extern Lisp_Object Frecenter ();
41 41