From: Jason Rumney Date: Wed, 22 Mar 2000 21:50:25 +0000 (+0000) Subject: Include frame.h and dispextern.h before fontset.h. X-Git-Tag: emacs-pretest-21.0.90~4534 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=683e946edf779d12a3df4d415ffa61e86f0599db;p=emacs.git Include frame.h and dispextern.h before fontset.h. --- 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"