From 19126babc37ac8243de60b3ca388bb5102661274 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 17 Jun 2013 22:02:22 +0200 Subject: Split fitz.h into subheaders. --- draw/draw_simple_scale.c | 1 + 1 file changed, 1 insertion(+) (limited to 'draw/draw_simple_scale.c') diff --git a/draw/draw_simple_scale.c b/draw/draw_simple_scale.c index bef7981a..08dedf0b 100644 --- a/draw/draw_simple_scale.c +++ b/draw/draw_simple_scale.c @@ -11,6 +11,7 @@ intermediate results rather than ints. */ #include "mupdf/fitz.h" +#include "draw-imp.h" /* Do we special case handling of single pixel high/wide images? The * 'purest' handling is given by not special casing them, but certain -- cgit v1.2.3