summaryrefslogtreecommitdiff
path: root/source/fitz/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/path.c')
-rw-r--r--source/fitz/path.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/fitz/path.c b/source/fitz/path.c
index 120d2e9e..31ede8ec 100644
--- a/source/fitz/path.c
+++ b/source/fitz/path.c
@@ -1,5 +1,8 @@
#include "mupdf/fitz.h"
+#include <string.h>
+#include <assert.h>
+
// Thoughts for further optimisations:
// All paths start with MoveTo. We could probably avoid most cases where
// we store that. The next thing after a close must be a move.