Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > 7542de8ac1200dfa861d687da26063c0 > files > 5

libgdiplus-2.10.9-9.mga5.src.rpm

diff -up ./src/gdiplus-private.h.orig ./src/gdiplus-private.h
--- ./src/gdiplus-private.h.orig	2014-07-06 09:56:57.234518657 +0300
+++ ./src/gdiplus-private.h	2014-07-06 09:57:26.677355856 +0300
@@ -30,10 +30,12 @@
 #include <stdio.h>
 #include <math.h>
 #include <glib.h>
-#include <freetype/tttables.h>
 #include <pthread.h>
 #include <unistd.h>
 
+#include <ft2build.h>
+#include FT_TRUETYPE_TABLES_H
+
 #include "config.h"
 
 #if HAVE_VISIBILITY_HIDDEN