summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/llcache.c1
-rw-r--r--content/mimesniff.c3
-rw-r--r--desktop/save_complete.c1
-rw-r--r--gtk/fetch.c1
4 files changed, 5 insertions, 1 deletions
diff --git a/content/llcache.c b/content/llcache.c
index e5d188e66..bd30d174a 100644
--- a/content/llcache.c
+++ b/content/llcache.c
@@ -34,6 +34,7 @@
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
+#include <strings.h>
#include <curl/curl.h>
#include <nsutils/time.h>
diff --git a/content/mimesniff.c b/content/mimesniff.c
index e8ebf8770..b24448861 100644
--- a/content/mimesniff.c
+++ b/content/mimesniff.c
@@ -22,7 +22,8 @@
* Spec version: 2011-11-27
*/
-#include<string.h>
+#include <string.h>
+#include <strings.h>
#include "content/content_factory.h"
#include "content/llcache.h"
diff --git a/desktop/save_complete.c b/desktop/save_complete.c
index e5359e4f8..64c769f58 100644
--- a/desktop/save_complete.c
+++ b/desktop/save_complete.c
@@ -26,6 +26,7 @@
#include <errno.h>
#include <stdio.h>
#include <string.h>
+#include <strings.h>
#include <sys/types.h>
#include <regex.h>
#include <dom/dom.h>
diff --git a/gtk/fetch.c b/gtk/fetch.c
index fbe6f953e..817e9c9ee 100644
--- a/gtk/fetch.c
+++ b/gtk/fetch.c
@@ -23,6 +23,7 @@
#include <unistd.h>
#include <ctype.h>
#include <string.h>
+#include <strings.h>
#include "utils/hashtable.h"
#include "utils/log.h"