summaryrefslogtreecommitdiff
path: root/source/fitz/strtof.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/strtof.c')
-rw-r--r--source/fitz/strtof.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/fitz/strtof.c b/source/fitz/strtof.c
index c929ded2..2786a794 100644
--- a/source/fitz/strtof.c
+++ b/source/fitz/strtof.c
@@ -1,5 +1,9 @@
#include "mupdf/fitz.h"
+#include <assert.h>
+#include <errno.h>
+#include <float.h>
+
#ifndef INFINITY
#define INFINITY (DBL_MAX+DBL_MAX)
#endif