correct the location of freetype header

This commit is contained in:
Parag Nemade 2014-03-26 10:57:08 +05:30
parent d3681fd175
commit 38c730c99d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ diff -Nau ttmkfdir-3.0.9.orig/ttf.cpp ttmkfdir-3.0.9/ttf.cpp
#include <cstring>
-#include "freetype/tttables.h"
+#include "freetype2/freetype/tttables.h"
+#include "freetype2/tttables.h"
#include "ttmkfdir.h"
#include "ttf.h"
#include "ttos2val.h"