This commit is contained in:
Carlos Andrés Rocha 2014-09-29 20:41:42 +00:00
commit a16b6e0196

View File

@ -70,7 +70,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 */