summaryrefslogtreecommitdiff
path: root/source/html/epub-doc.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/html/epub-doc.c')
-rw-r--r--source/html/epub-doc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/html/epub-doc.c b/source/html/epub-doc.c
index 495b397f..20b5c2ef 100644
--- a/source/html/epub-doc.c
+++ b/source/html/epub-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 epub_document_s epub_document;