]> git.wh0rd.org - fontconfig.git/commitdiff
Include fcftaliastail.h so that the freetype funcs are exported.
authorKeith Packard <keithp@keithp.com>
Tue, 8 Jan 2008 00:31:06 +0000 (16:31 -0800)
committerKeith Packard <keithp@keithp.com>
Tue, 8 Jan 2008 00:31:06 +0000 (16:31 -0800)
This header file needs to be included at the end of every file that
exports any freetype symbols.

src/fcfreetype.c
src/fclang.c
src/fcpat.c

index 53fe86b67d8a008a88116c2023554529f1074189..c5d5251d9a6d87e9060463f409499a4725a6db8a 100644 (file)
@@ -2989,4 +2989,5 @@ bail:
 
 #define __fcfreetype__
 #include "fcaliastail.h"
+#include "fcftaliastail.h"
 #undef __fcfreetype__
index dc1fb368294e48297a55973bddd0c38e639918f0..229a13e96d23db1c60b3a7cab6a1b6a6e34d18d3 100644 (file)
@@ -746,4 +746,5 @@ FcLangSetSerialize(FcSerialize *serialize, const FcLangSet *l)
 }
 #define __fclang__
 #include "fcaliastail.h"
+#include "fcftaliastail.h"
 #undef __fclang__
index c8368fc3061a419467a7ce037be9043b49bed13e..9a62ec9d9d4edcf4ee57bc46f6c964901b1af647 100644 (file)
@@ -1230,4 +1230,5 @@ FcValueListSerialize (FcSerialize *serialize, const FcValueList *vl)
 }
 #define __fcpat__
 #include "fcaliastail.h"
+#include "fcftaliastail.h"
 #undef __fcpat__