From 6e8ad303ad59cddc51a4095d120f3a34619e480d Mon Sep 17 00:00:00 2001 From: Harry Weppner Date: Wed, 27 Nov 2013 21:08:02 -0800 Subject: [PATCH] Include uses FreeType 2 header file * http://www.freetype.org/freetype2/docs/tutorial/step1.html "Starting with FreeType 2.1.6, the old header file inclusion scheme is no longer supported." --- _imagingft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_imagingft.c b/_imagingft.c index 47d50bdca..bfde7dfc1 100644 --- a/_imagingft.c +++ b/_imagingft.c @@ -59,7 +59,7 @@ struct { const char* message; } ft_errors[] = -#include +#include /* -------------------------------------------------------------------- */ /* font objects */