diff options
author | Tor Andersson <tor@ghostscript.com> | 2008-03-08 23:16:08 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2008-03-08 23:16:08 +0100 |
commit | 8f67d942be03024bdcdd956e72cd41b10cbc1e2a (patch) | |
tree | c3fb81862861e28b9b681afaced70362c30c9e0b | |
parent | 9280178546960a918e6218b0050160710873c167 (diff) | |
download | mupdf-8f67d942be03024bdcdd956e72cd41b10cbc1e2a.tar.xz |
Add FT_XFREE86_H header to get prototype for FT_Get_X11_Font_Format().
-rw-r--r-- | mupdf/pdf_font.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mupdf/pdf_font.c b/mupdf/pdf_font.c index 06ec08b2..08de54e2 100644 --- a/mupdf/pdf_font.c +++ b/mupdf/pdf_font.c @@ -5,6 +5,7 @@ #include <ft2build.h> #include FT_FREETYPE_H +#include FT_XFREE86_H static char *basefontnames[14][7] = { |