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."
This commit is contained in:
Harry Weppner 2013-11-27 21:08:02 -08:00
parent b47cecfe9f
commit 6e8ad303ad

View File

@ -59,7 +59,7 @@ struct {
const char* message;
} ft_errors[] =
#include <freetype/fterrors.h>
#include <freetype2/fterrors.h>
/* -------------------------------------------------------------------- */
/* font objects */