From 683e946edf779d12a3df4d415ffa61e86f0599db Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Wed, 22 Mar 2000 21:50:25 +0000 Subject: [PATCH] Include frame.h and dispextern.h before fontset.h. --- src/w32bdf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/w32bdf.c b/src/w32bdf.c index e287f499ec1..989db1f9cdd 100644 --- a/src/w32bdf.c +++ b/src/w32bdf.c @@ -25,6 +25,8 @@ Boston, MA 02111-1307, USA. */ #include "config.h" #include "lisp.h" #include "charset.h" +#include "frame.h" +#include "dispextern.h" #include "fontset.h" #include "blockinput.h" #include "w32gui.h" -- 2.39.5