summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-12-03 13:54:57 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-12-03 13:54:57 +0000
commita087977eb1b19a4f05865403f0775ddeec95f3cb (patch)
treed304d5c0e304e52841adf43c6e328028e6539544 /src
parentUpdate to trunk (diff)
parentRestore original file format with added metadata. (diff)
downloadinkscape-a087977eb1b19a4f05865403f0775ddeec95f3cb.tar.gz
inkscape-a087977eb1b19a4f05865403f0775ddeec95f3cb.zip
Update to trunk
(bzr r11950.1.205)
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