From a0a1da22a4a8e66e47e2ec8ac0515741b8ad7a7f Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 7 Jan 2008 16:31:06 -0800 Subject: [PATCH] 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. --- src/fcfreetype.c | 1 + src/fclang.c | 1 + src/fcpat.c | 1 + 3 files changed, 3 insertions(+) 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__ -- 2.39.2