summaryrefslogtreecommitdiff
path: root/src/raster
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2020-07-02 11:09:57 +0200
committerWerner Lemberg <wl@gnu.org>2020-07-05 10:42:23 +0200
commitbb66c8d8cf1eb86309273d7c53c44522d35941d4 (patch)
treea43d872703885923704a1f37e8925d5809cb148e /src/raster
parent0322efb5e5fcd2c64f9fb433b890ff476abb696f (diff)
downloadfreetype2-bb66c8d8cf1eb86309273d7c53c44522d35941d4.tar.gz
[build] Split off more stuff from `ftconfig.h'.
* builds/unix/ftconfig.h.in, builds/vms/ftconfig.h, include/freetype/config/ftconfig.h: Split off macro definitions required by the FreeType API headers to... * include/freetype/config/public-macros.h: ...this new file. * builds/unix/ftconfig.h.in, builds/vms/ftconfig.h, include/freetype/config/ftconfig.h: Split off macro definitions used by the library but not to be exposed to clients to... * include/freetype/config/compiler-macros.h: ...this new file. * include/freetype/internal/*.h, src/raster/ftraster.h: Include `compiler-macros.h' where needed.
Diffstat (limited to 'src/raster')
-rw-r--r--src/raster/ftraster.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/raster/ftraster.h b/src/raster/ftraster.h
index 1e5a725e9..1b2ee3c01 100644
--- a/src/raster/ftraster.h
+++ b/src/raster/ftraster.h
@@ -24,6 +24,7 @@
#include FT_CONFIG_CONFIG_H
#include <freetype/ftimage.h>
+#include <freetype/internal/compiler-macros.h>
FT_BEGIN_HEADER