2014-07-13 01:53:18 +04:00
|
|
|
--- a/Source/filter.c
|
|
|
|
+++ b/Source/filter.c
|
2012-02-06 16:39:49 +04:00
|
|
|
@@ -22,6 +22,7 @@
|
|
|
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <ctype.h>
|
|
|
|
+#include <string.h> /* memcpy() */
|
|
|
|
|
|
|
|
#include <fnmatch.h>
|
|
|
|
|
2014-07-13 01:53:18 +04:00
|
|
|
--- a/Source/main.c
|
|
|
|
+++ b/Source/main.c
|
2012-02-06 16:39:49 +04:00
|
|
|
@@ -37,6 +37,7 @@
|
|
|
|
#include <pwd.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <getopt.h>
|
|
|
|
+#include <grp.h> /* initgroups() */
|
|
|
|
|
|
|
|
#include "defines.h"
|
|
|
|
#include "configuration.h"
|