From: Keith Packard Date: Tue, 8 Jan 2008 00:31:06 +0000 (-0800) Subject: Include fcftaliastail.h so that the freetype funcs are exported. X-Git-Tag: 2.5.91~8 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a0a1da22a4a8e66e47e2ec8ac0515741b8ad7a7f;hp=dbd065ad312921308add99fc4cb31457d9045e6a;p=fontconfig.git Include fcftaliastail.h so that the freetype funcs are exported. This header file needs to be included at the end of every file that exports any freetype symbols. --- diff --git a/src/fcfreetype.c b/src/fcfreetype.c index 53fe86b..c5d5251 100644 --- a/src/fcfreetype.c +++ b/src/fcfreetype.c @@ -2989,4 +2989,5 @@ bail: #define __fcfreetype__ #include "fcaliastail.h" +#include "fcftaliastail.h" #undef __fcfreetype__ diff --git a/src/fclang.c b/src/fclang.c index dc1fb36..229a13e 100644 --- a/src/fclang.c +++ b/src/fclang.c @@ -746,4 +746,5 @@ FcLangSetSerialize(FcSerialize *serialize, const FcLangSet *l) } #define __fclang__ #include "fcaliastail.h" +#include "fcftaliastail.h" #undef __fclang__ diff --git a/src/fcpat.c b/src/fcpat.c index c8368fc..9a62ec9 100644 --- a/src/fcpat.c +++ b/src/fcpat.c @@ -1230,4 +1230,5 @@ FcValueListSerialize (FcSerialize *serialize, const FcValueList *vl) } #define __fcpat__ #include "fcaliastail.h" +#include "fcftaliastail.h" #undef __fcpat__