diff options
Diffstat (limited to 'gtk/gtkfontchooserwidget.c')
-rw-r--r-- | gtk/gtkfontchooserwidget.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtkfontchooserwidget.c b/gtk/gtkfontchooserwidget.c index f1eed958fb..afe1b922fb 100644 --- a/gtk/gtkfontchooserwidget.c +++ b/gtk/gtkfontchooserwidget.c @@ -61,8 +61,9 @@ #include <hb.h> #include <hb-ot.h> #include <hb-ft.h> -#include <freetype/freetype.h> -#include <freetype/ftmm.h> +#include <ft2build.h> +#include FT_FREETYPE_H +#include FT_MULTIPLE_MASTERS_H #include "language-names.h" #include "script-names.h" #endif |