diff options
author | marha <marha@users.sourceforge.net> | 2014-06-26 10:37:02 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-06-26 10:37:02 +0200 |
commit | 095ea6e18c55df550fda14f72c2d174af9b239ba (patch) | |
tree | 7dd06ce2fbb82397123186136c92e14aa158e7d3 /freetype/src/type1/t1load.c | |
parent | 90137f4c5e30b1c6f9a262e8c853494540dad2d7 (diff) | |
download | vcxsrv-095ea6e18c55df550fda14f72c2d174af9b239ba.tar.gz vcxsrv-095ea6e18c55df550fda14f72c2d174af9b239ba.tar.bz2 vcxsrv-095ea6e18c55df550fda14f72c2d174af9b239ba.zip |
Solved freetype compilation problems
Diffstat (limited to 'freetype/src/type1/t1load.c')
-rw-r--r-- | freetype/src/type1/t1load.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/freetype/src/type1/t1load.c b/freetype/src/type1/t1load.c index e5b4b06fa..346812b08 100644 --- a/freetype/src/type1/t1load.c +++ b/freetype/src/type1/t1load.c @@ -61,11 +61,11 @@ #include <ft2build.h> -#include <freetype/internal/ftdebug.h> +#include <internal/ftdebug.h> #include FT_CONFIG_CONFIG_H #include FT_MULTIPLE_MASTERS_H -#include <freetype/internal/t1types.h> -#include <freetype/internal/ftcalc.h> +#include <internal/t1types.h> +#include <internal/ftcalc.h> #include "t1load.h" #include "t1errors.h" |