summaryrefslogtreecommitdiff
path: root/src/fclang.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-01-07 16:31:06 -0800
committerKeith Packard <keithp@keithp.com>2008-01-07 16:31:06 -0800
commita0a1da22a4a8e66e47e2ec8ac0515741b8ad7a7f (patch)
tree3606778f13191d5a29996cc8f52f0e9293dab622 /src/fclang.c
parentdbd065ad312921308add99fc4cb31457d9045e6a (diff)
downloadfontconfig-a0a1da22a4a8e66e47e2ec8ac0515741b8ad7a7f.tar.gz
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.
Diffstat (limited to 'src/fclang.c')
-rw-r--r--src/fclang.c1
1 files changed, 1 insertions, 0 deletions
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__