summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-01-03 15:11:33 +0100
committerTor Andersson <tor.andersson@artifex.com>2018-01-04 13:15:42 +0100
commit2d5b4683e912d6e6e1f1e2ca5aa0297beb3e6807 (patch)
treede2343f1280afd1ae32a1b8d7805a42f0fc5f8e7 /scripts
parenta292539cc9e5e91843d48e691038d9c1b529422c (diff)
downloadmupdf-2d5b4683e912d6e6e1f1e2ca5aa0297beb3e6807.tar.xz
Add portable pseudo-random number generator based on the lrand48 family.
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 a59532e8..b0705b80 100644
--- a/scripts/cmapdump.c
+++ b/scripts/cmapdump.c
@@ -19,6 +19,7 @@
#include "../source/fitz/context.c"
#include "../source/fitz/error.c"
#include "../source/fitz/memory.c"
+#include "../source/fitz/random.c"
#include "../source/fitz/output.c"
#include "../source/fitz/string.c"
#include "../source/fitz/buffer.c"