summaryrefslogtreecommitdiff
path: root/source/fitz/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/hash.c')
-rw-r--r--source/fitz/hash.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/fitz/hash.c b/source/fitz/hash.c
index 9ebb0b31..38393caf 100644
--- a/source/fitz/hash.c
+++ b/source/fitz/hash.c
@@ -1,5 +1,8 @@
#include "mupdf/fitz.h"
+#include <string.h>
+#include <assert.h>
+
/*
Simple hashtable with open addressing linear probe.
Unlike text book examples, removing entries works