Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-release-src > by-pkgid > 4cf107b631b7f5b002d80ac83136117a > files > 11

brutalchess-0.5.2-16.mga6.src.rpm

diff --git src/fontloader.h.orig src/fontloader.h
index 745b9eb..414283c 100644
--- ./src/fontloader.h.orig
+++ ./src/fontloader.h
@@ -13,10 +13,9 @@
 #include <ft2build.h>
 #include FT_FREETYPE_H
 
-#include <freetype/freetype.h>
-#include <freetype/ftglyph.h>
-#include <freetype/ftoutln.h>
-#include <freetype/fttrigon.h>
+#include FT_GLYPH_H
+#include FT_OUTLINE_H
+#include FT_TRIGONOMETRY_H
 
 // Other Headers we'll need.
 #include <vector>