diff options
Diffstat (limited to 'source/tools/pdfshow.c')
-rw-r--r-- | source/tools/pdfshow.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <stdlib.h> +#include <stdio.h> + static pdf_document *doc = NULL; static fz_context *ctx = NULL; static fz_output *out = NULL; |