summaryrefslogtreecommitdiff
blob: ab97d22a295771aee23d8c54357cdcf7018f2946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- paps-0.6.8/src/libpaps.c
+++ paps-0.6.8/src/libpaps.c
@@ -25,8 +25,9 @@
 
 #include <pango/pango.h>
 #include <pango/pangoft2.h>
-#include <freetype/ftglyph.h>
-#include <freetype/ftoutln.h>
+#include <ft2build.h>
+#include FT_GLYPH_H
+#include FT_OUTLINE_H
 #include <errno.h>
 #include <stdlib.h>
 #include <stdio.h>