summaryrefslogtreecommitdiff
path: root/source/tools/pdfcreate.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/tools/pdfcreate.c')
-rw-r--r--source/tools/pdfcreate.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/tools/pdfcreate.c b/source/tools/pdfcreate.c
index d7d8e4a9..f4fec946 100644
--- a/source/tools/pdfcreate.c
+++ b/source/tools/pdfcreate.c
@@ -4,8 +4,13 @@
* Simple test bed to work with adding content and creating PDFs
*/
+#include "mupdf/fitz.h"
#include "mupdf/pdf.h"
+#include <string.h>
+#include <stdlib.h>
+#include <stdio.h>
+
static void usage(void)
{
fprintf(stderr,