blob: ad7cf3779c56c714739f8f477ec796989034998e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- installer/gf-ttf.c.orig Mon Mar 22 23:34:10 2004
+++ installer/gf-ttf.c Mon Mar 22 23:34:23 2004
@@ -32,7 +32,8 @@
#include <fcntl.h>
#include <string.h>
#include <ctype.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include "gf-ttf.h"
|