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/pdfclean.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/tools/pdfclean.c') diff --git a/source/tools/pdfclean.c b/source/tools/pdfclean.c index 5dd0d700..ff60bbb5 100644 --- a/source/tools/pdfclean.c +++ b/source/tools/pdfclean.c @@ -9,8 +9,13 @@ * TODO: linearize document for fast web view */ +#include "mupdf/fitz.h" #include "mupdf/pdf.h" +#include +#include +#include + static void usage(void) { fprintf(stderr, -- cgit v1.2.3