blob: 02c702492731317bcc983499c4ffc06ffd468cf5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- ft.c.orig Sun Mar 21 18:24:06 2004
+++ ft.c Sun Mar 21 18:24:31 2004
@@ -12,7 +12,8 @@
#include <stdlib.h>
#include <ctype.h>
#include <sys/types.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include <freetype/ftglyph.h>
#include <freetype/ftsnames.h>
#include <freetype/ttnameid.h>
|