summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/browser.c1
-rw-r--r--desktop/options.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/desktop/browser.c b/desktop/browser.c
index 0b9c2a638..899457b74 100644
--- a/desktop/browser.c
+++ b/desktop/browser.c
@@ -31,6 +31,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
#include <math.h>
#include <sys/select.h>
#include "curl/curl.h"
diff --git a/desktop/options.c b/desktop/options.c
index 8668afa74..c289cb0b6 100644
--- a/desktop/options.c
+++ b/desktop/options.c
@@ -30,6 +30,7 @@
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
+#include <strings.h>
#include <libxml/HTMLparser.h>
#include <libxml/HTMLtree.h>
#include "content/urldb.h"