From f595e889b91a674eb94db7ca4d832da54f5194cd Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 17 Aug 2017 15:01:09 +0200 Subject: Use int64_t for public file API offsets. Don't mess with conditional compilation with LARGEFILE -- always expose 64-bit file offsets in our public API. --- source/fitz/glyph.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/fitz/glyph.c') diff --git a/source/fitz/glyph.c b/source/fitz/glyph.c index f5d97768..4c22b94b 100644 --- a/source/fitz/glyph.c +++ b/source/fitz/glyph.c @@ -57,6 +57,8 @@ fz_glyph_height(fz_context *ctx, fz_glyph *glyph) } #ifndef NDEBUG +#include + void fz_dump_glyph(fz_glyph *glyph) { -- cgit v1.2.3