From 2a5e8f4b90bee534e14a60a9f485dad7719c84a0 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sat, 1 Nov 2003 15:02:17 +0000 Subject: Switch over to recommended Freetype system of include ft2build.h then Sat Nov 1 09:32:15 2003 Owen Taylor * pango/pango-ot.h pango/pangofc-font.h modules/indic/indic-ot.h pango/pangoft2.c pango/opentype/pango-ot-info.c pango/opentype/pango-ot-ruleset.c pango/opentype/ottest.c pango/opentype/ftxopen.[ch] pango/opentype/ftxgdef.c pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c: Switch over to recommended Freetype system of include ft2build.h then #include FT_FREETYPE_H. Fixes ftmodule.h problem with current Freetype CVS. (#125548) --- pango/pango-ot.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pango/pango-ot.h') diff --git a/pango/pango-ot.h b/pango/pango-ot.h index c2dabf01..093f2282 100644 --- a/pango/pango-ot.h +++ b/pango/pango-ot.h @@ -22,7 +22,8 @@ #ifndef __PANGO_OT_H__ #define __PANGO_OT_H__ -#include +#include +#include FT_FREETYPE_H #include G_BEGIN_DECLS -- cgit v1.2.1