1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00

Include FT_BDF_H.

This commit is contained in:
Kenichi Handa 2008-07-09 00:29:47 +00:00
parent 5e4bfc8562
commit 9cd7463bcd

View 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>