summaryrefslogtreecommitdiff
path: root/source/tools/pdfclean.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/tools/pdfclean.c')
-rw-r--r--source/tools/pdfclean.c5
1 files changed, 5 insertions, 0 deletions
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 <string.h>
+#include <stdlib.h>
+#include <stdio.h>
+
static void usage(void)
{
fprintf(stderr,