You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/ippl/files/ippl-1.4.14-includes.patch

21 lines
374 B

--- 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"