mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
11 lines
192 B
Diff
11 lines
192 B
Diff
--- a/dnsproxy.c
|
|
+++ b/dnsproxy.c
|
|
@@ -28,6 +28,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
+#include <grp.h> /* setgroups() */
|
|
#include <unistd.h>
|
|
|
|
#define GLOBALS 1
|