ref: bb6c037bae83131c37c6255db7bdd8880047a6d5
parent: 54b58097ee7dd8bf8db5dc0c925ad220e5770f8c
author: Werner Lemberg <[email protected]>
date: Sat Apr 1 05:49:11 EDT 2017
* src/truetype/ttgload.c: Include FT_CONFIG_CONFIG_H. Otherwise FT_UINT_TO_POINTER might not be defined. Problem reported by Alexei.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2017-04-01 Werner Lemberg <[email protected]>
+
+ * src/truetype/ttgload.c: Include FT_CONFIG_CONFIG_H.
+
+ Otherwise FT_UINT_TO_POINTER might not be defined.
+
+ Problem reported by Alexei.
+
2017-03-31 Alexei Podtelezhnikov <[email protected]>
[autofit] Disable stem adjustment for `FT_LOAD_TARGET_LCD'.
--- a/src/truetype/ttgload.c
+++ b/src/truetype/ttgload.c
@@ -18,6 +18,7 @@
#include <ft2build.h>
#include FT_INTERNAL_DEBUG_H
+#include FT_CONFIG_CONFIG_H
#include FT_INTERNAL_CALC_H
#include FT_INTERNAL_STREAM_H
#include FT_INTERNAL_SFNT_H