]> git.eshelyaron.com Git - emacs.git/commitdiff
Include FT_BDF_H.
authorKenichi Handa <handa@m17n.org>
Wed, 9 Jul 2008 00:29:47 +0000 (00:29 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 9 Jul 2008 00:29:47 +0000 (00:29 +0000)
src/ftfont.h

index c94a1f24b2bd2cfba846294a23bbd767bc6a14f8..6a1ca92f4d84239ac8638c84c7553a29c14238ae 100644 (file)
@@ -25,6 +25,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <ft2build.h>
 #include FT_FREETYPE_H
 #include FT_SIZES_H
+#ifdef FT_BDF_H
+#include FT_BDF_H
+#endif
 
 #ifdef HAVE_LIBOTF
 #include <otf.h>