diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1997-07-01 05:06:16 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1997-07-01 05:06:16 +0000 |
commit | 2091aeb2a111c72aef9ccc30ef2dbfdd6b5f1dce (patch) | |
tree | 7709ebe329801afcc1f40c3f0869121732138e6a /src/w32console.c | |
parent | e54c8cd1194ff791d17c7932a6080dda0838d7c8 (diff) | |
download | emacs-2091aeb2a111c72aef9ccc30ef2dbfdd6b5f1dce.tar.gz |
Include charset.h.
Diffstat (limited to 'src/w32console.c')
-rw-r--r-- | src/w32console.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <windows.h> #include "lisp.h" +#include "charset.h" #include "frame.h" #include "disptab.h" #include "termhooks.h" - #include "w32inevt.h" /* from window.c */ |