diff options
author | Manish Singh <yosh@gimp.org> | 2003-11-20 23:25:18 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2003-11-20 23:25:18 +0000 |
commit | b5f3b1a6b73f41e42c5d1b2d358a11dec0e756bc (patch) | |
tree | f178b610a1dfc70e5b6f48a349ab5ba22b442699 /pango/pangoft2-private.h | |
parent | d184525586667206c6caca56245283dd09095b15 (diff) | |
download | pango-b5f3b1a6b73f41e42c5d1b2d358a11dec0e756bc.tar.gz |
#include <fontconfig/fcfreetype.h> for FreeTypeCharIndex().
2003-11-20 Manish Singh <yosh@gimp.org>
* pango/pangoft2-private.h: #include <fontconfig/fcfreetype.h> for
FreeTypeCharIndex().
Diffstat (limited to 'pango/pangoft2-private.h')
-rw-r--r-- | pango/pangoft2-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pangoft2-private.h b/pango/pangoft2-private.h index 1f086832..8caa28b7 100644 --- a/pango/pangoft2-private.h +++ b/pango/pangoft2-private.h @@ -25,6 +25,7 @@ #include "pangoft2.h" #include <fontconfig/fontconfig.h> +#include <fontconfig/fcfreetype.h> /* Debugging... */ /*#define DEBUGGING 1*/ |