diff options
| author | Geoff Voelker | 1998-10-20 22:16:48 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1998-10-20 22:16:48 +0000 |
| commit | bd6bb5442f78ec84eba0d3ecf715a8a820d32a9c (patch) | |
| tree | e77e52e257070ea55432cfa3e77e79293c9692de | |
| parent | d82f9149cb2ca7a0a617eb2026155b32eef952a5 (diff) | |
| download | emacs-bd6bb5442f78ec84eba0d3ecf715a8a820d32a9c.tar.gz emacs-bd6bb5442f78ec84eba0d3ecf715a8a820d32a9c.zip | |
Include charset.h and fontset.h.
| -rw-r--r-- | src/w32xfns.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/w32xfns.c b/src/w32xfns.c index c2b1d705c9a..7c61b241520 100644 --- a/src/w32xfns.c +++ b/src/w32xfns.c | |||
| @@ -23,6 +23,8 @@ Boston, MA 02111-1307, USA. */ | |||
| 23 | #include <stdio.h> | 23 | #include <stdio.h> |
| 24 | #include "lisp.h" | 24 | #include "lisp.h" |
| 25 | #include "frame.h" | 25 | #include "frame.h" |
| 26 | #include "charset.h" | ||
| 27 | #include "fontset.h" | ||
| 26 | #include "blockinput.h" | 28 | #include "blockinput.h" |
| 27 | #include "w32term.h" | 29 | #include "w32term.h" |
| 28 | #include "windowsx.h" | 30 | #include "windowsx.h" |
| @@ -378,4 +380,3 @@ x_sync (f) | |||
| 378 | void *f; | 380 | void *f; |
| 379 | { | 381 | { |
| 380 | } | 382 | } |
| 381 | |||