From bd6bb5442f78ec84eba0d3ecf715a8a820d32a9c Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Tue, 20 Oct 1998 22:16:48 +0000 Subject: [PATCH] Include charset.h and fontset.h. --- src/w32xfns.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. */ #include #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 @@ x_sync (f) void *f; { } - -- 2.39.2