summaryrefslogtreecommitdiff
blob: 12b2832fa34227f806b5805bbb843af1edef09c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/Source/filter.c
+++ b/Source/filter.c
@@ -22,6 +22,7 @@
 
 #include <stdlib.h>
 #include <ctype.h>
+#include <string.h> /* memcpy() */
 
 #include <fnmatch.h>
 
--- a/Source/main.c
+++ b/Source/main.c
@@ -37,6 +37,7 @@
 #include <pwd.h>
 #include <stdlib.h>
 #include <getopt.h>
+#include <grp.h> /* initgroups() */
 
 #include "defines.h"
 #include "configuration.h"