summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/html_redraw.c1
-rw-r--r--render/layout.c1
-rw-r--r--render/textplain.c2
3 files changed, 4 insertions, 0 deletions
diff --git a/render/html_redraw.c b/render/html_redraw.c
index 5169faf4a..f53b425ee 100644
--- a/render/html_redraw.c
+++ b/render/html_redraw.c
@@ -28,6 +28,7 @@
#include <assert.h>
#include <stdbool.h>
#include <string.h>
+#include <math.h>
#include "utils/config.h"
#include "content/content.h"
#include "css/css.h"
diff --git a/render/layout.c b/render/layout.c
index 300513f66..7d955011c 100644
--- a/render/layout.c
+++ b/render/layout.c
@@ -38,6 +38,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <math.h>
#include "css/css.h"
#include "content/content.h"
#include "desktop/gui.h"
diff --git a/render/textplain.c b/render/textplain.c
index a16f834c2..1feeb35fe 100644
--- a/render/textplain.c
+++ b/render/textplain.c
@@ -24,6 +24,8 @@
#include <assert.h>
#include <errno.h>
#include <stddef.h>
+#include <string.h>
+#include <math.h>
#define LIBICONV_PLUG
#include <iconv.h>
#include "content/content.h"