summaryrefslogtreecommitdiff
path: root/source/fitz/glyph.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/glyph.c')
-rw-r--r--source/fitz/glyph.c2
1 files changed, 2 insertions, 0 deletions
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 <stdio.h>
+
void
fz_dump_glyph(fz_glyph *glyph)
{