summaryrefslogtreecommitdiff
path: root/source/fitz/draw-edgebuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/draw-edgebuffer.c')
-rw-r--r--source/fitz/draw-edgebuffer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/fitz/draw-edgebuffer.c b/source/fitz/draw-edgebuffer.c
index db2bbe3a..ffc892e1 100644
--- a/source/fitz/draw-edgebuffer.c
+++ b/source/fitz/draw-edgebuffer.c
@@ -1,6 +1,10 @@
#include "mupdf/fitz.h"
#include "draw-imp.h"
+#include <assert.h>
+#include <stdlib.h>
+#include <string.h>
+
#undef DEBUG_SCAN_CONVERTER
/* Define ourselves a 'fixed' type for clarity */