Mercurial > emacs
changeset 23509:afcb561b535d
Include charset.h and fontset.h.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Tue, 20 Oct 1998 22:16:48 +0000 |
parents | 4e067ce42325 |
children | 104ab9156299 |
files | src/w32xfns.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32xfns.c Tue Oct 20 22:16:00 1998 +0000 +++ b/src/w32xfns.c Tue Oct 20 22:16:48 1998 +0000 @@ -23,6 +23,8 @@ #include <stdio.h> #include "lisp.h" #include "frame.h" +#include "charset.h" +#include "fontset.h" #include "blockinput.h" #include "w32term.h" #include "windowsx.h" @@ -378,4 +380,3 @@ void *f; { } -