blob: 6774d50122b7c5bbbf4319c7106eaf1c26edc534 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- installer/gf-pfb.c.orig Mon Mar 22 23:33:20 2004
+++ installer/gf-pfb.c Mon Mar 22 23:33:36 2004
@@ -12,7 +12,8 @@
#include <fcntl.h>
#include <string.h>
#include <ctype.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include "gf-pfb.h"
#define noVERBOSE
|