summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2013-11-30 10:30:47 +0000
committer~suv <suv-sf@users.sourceforge.net>2013-11-30 10:30:47 +0000
commited4835f4cd19e112677377e53039cdc42df0c53f (patch)
tree363c53d404d7aad7d2249a23443b28bd9ed07f75 /src
parentDutch translation update (diff)
downloadinkscape-ed4835f4cd19e112677377e53039cdc42df0c53f.tar.gz
inkscape-ed4835f4cd19e112677377e53039cdc42df0c53f.zip
Fix build with freetype >= 2.5.1
Fixed bugs: - https://launchpad.net/bugs/1255830 (bzr r12833)
Diffstat (limited to 'src')
-rw-r--r--src/libnrtype/FontFactory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libnrtype/FontFactory.h b/src/libnrtype/FontFactory.h
index 12046079e..7b606d200 100644
--- a/src/libnrtype/FontFactory.h
+++ b/src/libnrtype/FontFactory.h
@@ -30,7 +30,8 @@
#include <pango/pangowin32.h>
#else
#include <pango/pangoft2.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#endif