summaryrefslogtreecommitdiff
path: root/pango/pango-ot.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-11-01 15:02:17 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-11-01 15:02:17 +0000
commit2a5e8f4b90bee534e14a60a9f485dad7719c84a0 (patch)
treebbe6e2b5308480ae7f469824c19d011f242d4152 /pango/pango-ot.h
parent0d4fc337ced4c1884f34c2723f36c0efe9f61c42 (diff)
downloadpango-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/pango-ot.h')
-rw-r--r--pango/pango-ot.h3
1 files changed, 2 insertions, 1 deletions
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 <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include <pango/pango-glyph.h>
G_BEGIN_DECLS