From 6f1c49150588aea1342881584fa7540dcc6979cc Mon Sep 17 00:00:00 2001
From: Slaven Rezic <
[email protected]>
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 <freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#define TT_CHC 5
#ifdef FTXPOST
--
2.1.2