summaryrefslogtreecommitdiff
path: root/source/fitz/xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/xml.c')
-rw-r--r--source/fitz/xml.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/fitz/xml.c b/source/fitz/xml.c
index a81ab66d..989d65b6 100644
--- a/source/fitz/xml.c
+++ b/source/fitz/xml.c
@@ -1,5 +1,8 @@
#include "mupdf/fitz.h"
+#include <string.h>
+#include <stdlib.h>
+
static const struct { const char *ent; int ucs; } html_entities[] = {
{"nbsp",160}, {"iexcl",161}, {"cent",162}, {"pound",163},
{"curren",164}, {"yen",165}, {"brvbar",166}, {"sect",167},