blob: e6ca35f2ba2064ddac13e387ab59ccf3a811ef2e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/imaging/libimagingft/_imagingft.c.orig 2009-11-01 00:44:12 UTC
+++ src/imaging/libimagingft/_imagingft.c
@@ -70,7 +70,7 @@ struct {
const char* message;
} ft_errors[] =
-#include <freetype/fterrors.h>
+#include FT_ERRORS_H
/* -------------------------------------------------------------------- */
/* font objects */
|