aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript8/files/patch-src:fapi_ft.c
blob: 52f28daefcf774270887a0fadc75de1297bb4130 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- src/fapi_ft.c.orig	Mon Mar 13 17:18:19 2006
+++ src/fapi_ft.c	Sun Mar 18 16:23:21 2007
@@ -26,11 +26,14 @@
 #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"
 #include "freetype/fttrigon.h"
+#include "gserrors.h"
+#include "gserror.h"
 
 /* Note: structure definitions here start with FF_, which stands for 'FAPI FreeType". */