summaryrefslogtreecommitdiff
path: root/source/xps/xps-path.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/xps/xps-path.c')
-rw-r--r--source/xps/xps-path.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/xps/xps-path.c b/source/xps/xps-path.c
index 750a8309..3f22ce29 100644
--- a/source/xps/xps-path.c
+++ b/source/xps/xps-path.c
@@ -1,6 +1,10 @@
#include "mupdf/fitz.h"
#include "xps-imp.h"
+#include <math.h>
+#include <string.h>
+#include <stdlib.h>
+
static char *
xps_parse_float_array(fz_context *ctx, xps_document *doc, char *s, int num, float *x)
{