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/tools/pdfshow.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/tools/pdfshow.c') diff --git a/source/tools/pdfshow.c b/source/tools/pdfshow.c index 03c93da8..71d2b4ca 100644 --- a/source/tools/pdfshow.c +++ b/source/tools/pdfshow.c @@ -2,8 +2,12 @@ * pdfshow -- the ultimate pdf debugging tool */ +#include "mupdf/fitz.h" #include "mupdf/pdf.h" +#include +#include + static pdf_document *doc = NULL; static fz_context *ctx = NULL; static fz_output *out = NULL; -- cgit v1.2.3