summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-09-01 17:05:20 +0200
committerRobin Watts <robin.watts@artifex.com>2014-09-02 10:16:36 +0100
commitdcac166e4a6af00ae18852a1cca002ae0b5dd818 (patch)
treecb414c380d2ed5823c14e9bb4a9d6059a32120c8 /scripts
parent84c616094639d38d076aba71bf8283b532f434f6 (diff)
downloadmupdf-dcac166e4a6af00ae18852a1cca002ae0b5dd818.tar.xz
Add locale-independent number formatting and parsing functions.
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 21052950..529264e9 100644
--- a/scripts/cmapdump.c
+++ b/scripts/cmapdump.c
@@ -15,6 +15,7 @@
#include "../source/fitz/buffer.c"
#include "../source/fitz/stream-open.c"
#include "../source/fitz/stream-read.c"
+#include "../source/fitz/dtoa.c"
#include "../source/fitz/printf.c"
#include "../source/pdf/pdf-lex.c"