diff -Naur Pillow-2.2.1.orig/_imagingft.c Pillow-2.2.1/_imagingft.c --- Pillow-2.2.1.orig/_imagingft.c 2013-10-02 12:58:22.000000000 +0200 +++ Pillow-2.2.1/_imagingft.c 2013-12-11 21:07:17.433282578 +0100 @@ -59,7 +59,11 @@ const char* message; } ft_errors[] = +#if defined(USE_FREETYPE_2_1) +#include FT_ERRORS_H +#else #include +#endif /* -------------------------------------------------------------------- */ /* font objects */