From 9534243f6849d1938195c1f27adaa5745056f138 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 21 Apr 2017 16:22:20 +0200 Subject: Include required system headers. --- source/fitz/draw-scale-simple.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/fitz/draw-scale-simple.c') diff --git a/source/fitz/draw-scale-simple.c b/source/fitz/draw-scale-simple.c index 1d590922..16605079 100644 --- a/source/fitz/draw-scale-simple.c +++ b/source/fitz/draw-scale-simple.c @@ -13,6 +13,11 @@ intermediate results rather than ints. #include "mupdf/fitz.h" #include "draw-imp.h" +#include +#include +#include +#include + /* Do we special case handling of single pixel high/wide images? The * 'purest' handling is given by not special casing them, but certain * files that use such images 'stack' them to give full images. Not -- cgit v1.2.3