diff options
| -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> |