Appearance: use ft2build.h instead of ftoption.h

* Freetype 2.5 has changed headers location.
This commit is contained in:
Jérôme Duval 2014-02-08 20:02:50 +01:00
parent 8b0f40cb47
commit aa0797a228

View File

@ -10,7 +10,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <freetype/config/ftoption.h>
#include <ft2build.h>
// for detected the availablility of subpixel anti-aliasing
#include <Box.h>