From: Kenichi Handa Date: Wed, 9 Jul 2008 00:29:47 +0000 (+0000) Subject: Include FT_BDF_H. X-Git-Tag: emacs-pretest-23.0.90~4284 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9cd7463bcdd03c28d6341c61d96e2fbf2c8299d7;p=emacs.git Include FT_BDF_H. --- diff --git a/src/ftfont.h b/src/ftfont.h index c94a1f24b2b..6a1ca92f4d8 100644 --- a/src/ftfont.h +++ b/src/ftfont.h @@ -25,6 +25,9 @@ along with GNU Emacs. If not, see . */ #include #include FT_FREETYPE_H #include FT_SIZES_H +#ifdef FT_BDF_H +#include FT_BDF_H +#endif #ifdef HAVE_LIBOTF #include