summaryrefslogtreecommitdiff
path: root/print/ghostscript8/files/patch-src:fapi_ft.c
blob: 9238e4f52ee8cf82cda12e688ca98ebda89087df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/fapi_ft.c.orig	Sat Dec 13 07:07:59 2003
+++ src/fapi_ft.c	Wed Mar 17 21:43:43 2004
@@ -30,7 +30,8 @@
 #include "math_.h"
 
 /* FreeType headers */
-#include "freetype/freetype.h"
+#include "ft2build.h"
+#include FT_FREETYPE_H
 #include "freetype/ftincrem.h"
 #include "freetype/ftglyph.h"
 #include "freetype/ftoutln.h"