diff options
| author | Geoff Voelker | 1997-07-01 05:06:16 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1997-07-01 05:06:16 +0000 |
| commit | 2091aeb2a111c72aef9ccc30ef2dbfdd6b5f1dce (patch) | |
| tree | 7709ebe329801afcc1f40c3f0869121732138e6a /src | |
| parent | e54c8cd1194ff791d17c7932a6080dda0838d7c8 (diff) | |
| download | emacs-2091aeb2a111c72aef9ccc30ef2dbfdd6b5f1dce.tar.gz emacs-2091aeb2a111c72aef9ccc30ef2dbfdd6b5f1dce.zip | |
Include charset.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32console.c | 2 | ||||
| -rw-r--r-- | src/w32term.c | 1 |
2 files changed, 2 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. | |||
| 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 */ |
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. */ | |||
| 24 | #include <config.h> | 24 | #include <config.h> |
| 25 | #include <stdio.h> | 25 | #include <stdio.h> |
| 26 | #include "lisp.h" | 26 | #include "lisp.h" |
| 27 | #include "charset.h" | ||
| 27 | #include "blockinput.h" | 28 | #include "blockinput.h" |
| 28 | 29 | ||
| 29 | #include <w32term.h> | 30 | #include <w32term.h> |