Correct freetype header acquisition

svn path=/trunk/netsurf/; revision=10591
This commit is contained in:
John Mark Bell 2010-06-30 20:09:33 +00:00
parent 6867be128c
commit 9b635053e3
2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,8 @@
#include <inttypes.h>
#include <assert.h>
#include <freetype/ftcache.h>
#include <ft2build.h>
#include FT_CACHE_H
#include "css/css.h"
#include "render/font.h"

View File

@ -21,7 +21,7 @@
#include <ft2build.h>
#include FT_FREETYPE_H
#include <freetype/ftglyph.h>
#include FT_GLYPH_H
extern int ft_load_type;