summaryrefslogtreecommitdiff
path: root/source/html/html-doc.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/html/html-doc.c')
-rw-r--r--source/html/html-doc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/html/html-doc.c b/source/html/html-doc.c
index 825e3958..67587fa1 100644
--- a/source/html/html-doc.c
+++ b/source/html/html-doc.c
@@ -1,6 +1,9 @@
#include "mupdf/fitz.h"
#include "html-imp.h"
+#include <string.h>
+#include <math.h>
+
enum { T, R, B, L };
typedef struct html_document_s html_document;