diff -urN imaging-1.1.4.old/_imagingft.c imaging-1.1.4/_imagingft.c --- imaging-1.1.4.old/_imagingft.c 2003-04-22 20:11:25 +0400 +++ imaging-1.1.4/_imagingft.c 2004-11-16 19:45:06 +0300 @@ -15,7 +15,8 @@ #include "Python.h" #include "Imaging.h" -#include +#include +#include FT_FREETYPE_H #if PY_VERSION_HEX < 0x01060000 #define PyObject_DEL(op) PyMem_DEL((op))