<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 6f1c49150588aea1342881584fa7540dcc6979cc Mon Sep 17 00:00:00 2001
From: Slaven Rezic &lt;slaven@rezic.de&gt;
Date: Fri, 21 Nov 2014 20:09:50 +0100
Subject: [PATCH] include ft2build.h instead of freetype.h (RT #100502)

---
 fontft1.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/fontft1.c b/fontft1.c
index 6af95e8..99e348f 100644
--- a/fontft1.c
+++ b/fontft1.c
@@ -49,7 +49,8 @@ Some of these functions are internal.
 #define FTXPOST 1
 #define FTXERR18 1
 
-#include &lt;freetype.h&gt;
+#include &lt;ft2build.h&gt;
+#include FT_FREETYPE_H
 #define TT_CHC 5
 
 #ifdef FTXPOST
-- 
2.1.2

</pre></body></html>