summaryrefslogtreecommitdiff
path: root/source/fitz/output-pwg.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/output-pwg.c')
-rw-r--r--source/fitz/output-pwg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/fitz/output-pwg.c b/source/fitz/output-pwg.c
index 9d31f2a5..1b5f3812 100644
--- a/source/fitz/output-pwg.c
+++ b/source/fitz/output-pwg.c
@@ -1,5 +1,8 @@
#include "mupdf/fitz.h"
+#include <assert.h>
+#include <string.h>
+
typedef struct {
fz_band_writer super;
fz_pwg_options pwg;