mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-25 07:49:38 +03:00
Correct freetype header acquisition
svn path=/trunk/netsurf/; revision=10591
This commit is contained in:
parent
6867be128c
commit
9b635053e3
@ -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"
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include <ft2build.h>
|
||||
#include FT_FREETYPE_H
|
||||
#include <freetype/ftglyph.h>
|
||||
#include FT_GLYPH_H
|
||||
|
||||
extern int ft_load_type;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user