summaryrefslogtreecommitdiff
path: root/scripts/cmapdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cmapdump.c')
-rw-r--r--scripts/cmapdump.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/scripts/cmapdump.c b/scripts/cmapdump.c
index 3c4540e9..ed4a4111 100644
--- a/scripts/cmapdump.c
+++ b/scripts/cmapdump.c
@@ -1,11 +1,14 @@
/* cmapdump.c -- parse a CMap file and dump it as a c-struct */
-#include <stdio.h>
-#include <string.h>
-
/* We never want to build memento versions of the cmapdump util */
#undef MEMENTO
+/* We never want large file access here */
+#undef FZ_LARGEFILE
+
+#include <stdio.h>
+#include <string.h>
+
#include "mupdf/pdf.h"
#include "../source/fitz/context.c"