summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/fetchers/file.c1
-rw-r--r--content/fetchers/resource.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/content/fetchers/file.c b/content/fetchers/file.c
index 2e3411ac1..8cfe3a0f2 100644
--- a/content/fetchers/file.c
+++ b/content/fetchers/file.c
@@ -33,6 +33,7 @@
#include <errno.h>
#include <stdbool.h>
#include <string.h>
+#include <strings.h>
#include <time.h>
#include <stdio.h>
#include <stdarg.h>
diff --git a/content/fetchers/resource.c b/content/fetchers/resource.c
index 4dfac5c6a..72ed88715 100644
--- a/content/fetchers/resource.c
+++ b/content/fetchers/resource.c
@@ -24,6 +24,7 @@
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
+#include <strings.h>
#include <stdio.h>
#include <stdarg.h>
#include <libwapcaplet/libwapcaplet.h>