summaryrefslogtreecommitdiff
path: root/src/pcf
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2020-07-06 10:56:36 +0200
committerWerner Lemberg <wl@gnu.org>2020-07-06 11:49:00 +0200
commitcb4a943bc4d24d48eeb5d1515c5acd880c4a82ab (patch)
treef6ae4a420193b36f3d0eb32df216a7d8783d66c4 /src/pcf
parent2eb8f8862669f50bf11693fb5c4f729a0ddf847f (diff)
downloadfreetype2-cb4a943bc4d24d48eeb5d1515c5acd880c4a82ab.tar.gz
[build] Fix multi and C++ builds.
The following builds were failing due to previous changes: make multi make multi CC="c++" * include/freetype/config/ftconfig.h: Remove `FT_END_HEADER'. * include/freetype/config/ftheader.h (FT_BEGIN_HEADER, FT_END_HEADER): Protect against redefinition. * src/cache/ftccache.h, src/cache/ftcmru.h, src/pcf/pcfutil.h, src/psaux/pserror.h, src/psaux/psft.h, src/psaux/psstack.h, src/sfnt/woff2tags.h: Include `compiler-macros.h'. * src/sfnt/woff2tags.c: Include `woff2tags.h'.
Diffstat (limited to 'src/pcf')
-rw-r--r--src/pcf/pcfutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcf/pcfutil.h b/src/pcf/pcfutil.h
index be986e756..a197c1559 100644
--- a/src/pcf/pcfutil.h
+++ b/src/pcf/pcfutil.h
@@ -31,7 +31,7 @@ THE SOFTWARE.
#include <ft2build.h>
#include FT_CONFIG_CONFIG_H
-
+#include <freetype/internal/compiler-macros.h>
FT_BEGIN_HEADER