summaryrefslogtreecommitdiff
blob: 0b27c83784db5bbe77a68b12aa2daaba18cb713a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Ole Streicher <olebole@debian.org>
Description: Fix freetype include path
--- a/util/Viewer/graphics.c
+++ b/util/Viewer/graphics.c
@@ -1,7 +1,7 @@
 #include <stdio.h>
 #include <math.h>
 #include <freetype2/ft2build.h>
-#include <freetype.h>
+#include FT_FREETYPE_H
 
 void labeled_curve (char *face_path, int fontsize, int showLine,
                     double *xcurve, double *ycurve, int npt,