diff options
| author | Kenichi Handa | 2008-07-09 00:29:47 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-07-09 00:29:47 +0000 |
| commit | 9cd7463bcdd03c28d6341c61d96e2fbf2c8299d7 (patch) | |
| tree | 8b724e1745ca065699f1124ae6090a41e9bcb83f /src/ftfont.h | |
| parent | 5e4bfc85624a00bd51cfb25a8d6f6fed11eea785 (diff) | |
| download | emacs-9cd7463bcdd03c28d6341c61d96e2fbf2c8299d7.tar.gz emacs-9cd7463bcdd03c28d6341c61d96e2fbf2c8299d7.zip | |
Include FT_BDF_H.
Diffstat (limited to 'src/ftfont.h')
| -rw-r--r-- | src/ftfont.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. */ | |||
| 25 | #include <ft2build.h> | 25 | #include <ft2build.h> |
| 26 | #include FT_FREETYPE_H | 26 | #include FT_FREETYPE_H |
| 27 | #include FT_SIZES_H | 27 | #include FT_SIZES_H |
| 28 | #ifdef FT_BDF_H | ||
| 29 | #include FT_BDF_H | ||
| 30 | #endif | ||
| 28 | 31 | ||
| 29 | #ifdef HAVE_LIBOTF | 32 | #ifdef HAVE_LIBOTF |
| 30 | #include <otf.h> | 33 | #include <otf.h> |