summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/viewdata.c1
-rw-r--r--monkey/filetype.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/gtk/viewdata.c b/gtk/viewdata.c
index bb8f86f9c..03ceeb86b 100644
--- a/gtk/viewdata.c
+++ b/gtk/viewdata.c
@@ -27,6 +27,7 @@
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
#include <stdio.h>
#include <unistd.h>
#include <gtk/gtk.h>
diff --git a/monkey/filetype.c b/monkey/filetype.c
index 2f9566c09..d5517bf06 100644
--- a/monkey/filetype.c
+++ b/monkey/filetype.c
@@ -20,6 +20,7 @@
#include <stdio.h>
#include <stdbool.h>
#include <string.h>
+#include <strings.h>
#include <stdlib.h>
#include <ctype.h>
#include <sys/types.h>