summaryrefslogtreecommitdiff
path: root/source/fitz/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/memory.c')
-rw-r--r--source/fitz/memory.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/fitz/memory.c b/source/fitz/memory.c
index 10e6f318..42ac1d50 100644
--- a/source/fitz/memory.c
+++ b/source/fitz/memory.c
@@ -1,5 +1,9 @@
#include "mupdf/fitz.h"
+#include <string.h>
+#include <stdlib.h>
+#include <stdio.h>
+
/* Enable FITZ_DEBUG_LOCKING_TIMES below if you want to check the times
* for which locks are held too. */
#ifdef FITZ_DEBUG_LOCKING