summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/imagemap.c1
-rw-r--r--render/list.c1
-rw-r--r--render/textplain.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/render/imagemap.c b/render/imagemap.c
index af442484f..9f1c3bf95 100644
--- a/render/imagemap.c
+++ b/render/imagemap.c
@@ -23,6 +23,7 @@
#include <assert.h>
#include <stdbool.h>
#include <string.h>
+#include <strings.h>
#include "content/content.h"
#include "render/box.h"
#include "render/imagemap.h"
diff --git a/render/list.c b/render/list.c
index 5bcf36ffc..8b5ef698e 100644
--- a/render/list.c
+++ b/render/list.c
@@ -23,6 +23,7 @@
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
#include "css/css.h"
#include "render/list.h"
#include "utils/log.h"
diff --git a/render/textplain.c b/render/textplain.c
index f85906a10..9503b3dad 100644
--- a/render/textplain.c
+++ b/render/textplain.c
@@ -25,6 +25,7 @@
#include <errno.h>
#include <stddef.h>
#include <string.h>
+#include <strings.h>
#include <math.h>
#include <iconv.h>
#include "content/content.h"