summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-08-29 16:28:23 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-09-01 15:39:56 +0200
commitf86e9738deb6c6887fb51f2d11e8294cfc1b51cb (patch)
tree90604c5c291f3ff3334720fd1faefcdfd3906858 /scripts
parent1000326aaaeab4ae17a8f93ef6d28e287fb120cc (diff)
downloadmupdf-f86e9738deb6c6887fb51f2d11e8294cfc1b51cb.tar.xz
Simplify PDF resource caching table handling.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cmapdump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/cmapdump.c b/scripts/cmapdump.c
index 2f3493d7..4da2e329 100644
--- a/scripts/cmapdump.c
+++ b/scripts/cmapdump.c
@@ -17,6 +17,7 @@
#include "../source/fitz/output.c"
#include "../source/fitz/string.c"
#include "../source/fitz/buffer.c"
+#include "../source/fitz/crypt-md5.c"
#include "../source/fitz/stream-open.c"
#include "../source/fitz/stream-read.c"
#include "../source/fitz/strtod.c"