Merge pull request #427 from stromnov/master

fix compiling with FreeType 2.5.1
This commit is contained in:
Alex Clark ☺ 2013-11-28 05:09:10 -08:00
commit fa7f9aa6d5

View File

@ -59,7 +59,11 @@ struct {
const char* message;
} ft_errors[] =
#if defined(USE_FREETYPE_2_1)
#include FT_ERRORS_H
#else
#include <freetype/fterrors.h>
#endif
/* -------------------------------------------------------------------- */
/* font objects */