diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-11-01 15:02:17 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-11-01 15:02:17 +0000 |
commit | 2a5e8f4b90bee534e14a60a9f485dad7719c84a0 (patch) | |
tree | bbe6e2b5308480ae7f469824c19d011f242d4152 /pango/pangofc-font.h | |
parent | 0d4fc337ced4c1884f34c2723f36c0efe9f61c42 (diff) | |
download | pango-2a5e8f4b90bee534e14a60a9f485dad7719c84a0.tar.gz |
Switch over to recommended Freetype system of include ft2build.h then
Sat Nov 1 09:32:15 2003 Owen Taylor <otaylor@redhat.com>
* 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)
Diffstat (limited to 'pango/pangofc-font.h')
-rw-r--r-- | pango/pangofc-font.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/pangofc-font.h b/pango/pangofc-font.h index 315abd2e..c10605cf 100644 --- a/pango/pangofc-font.h +++ b/pango/pangofc-font.h @@ -22,7 +22,8 @@ #ifndef __PANGO_FC_FONT_H__ #define __PANGO_FC_FONT_H__ -#include <freetype/freetype.h> +#include <ft2build.h> +#include FT_FREETYPE_H #include <fontconfig/fontconfig.h> #include <pango/pango-font.h> #include <pango/pango-fontmap.h> |