# Patch by Patrick Schoenfeld <schoenfeld@in-medias-res.com>
#
# Patch to add some missing prototypes.
--- trunk/dnsproxy.c.orig	2007-01-23 14:28:15.162104321 +0100
+++ trunk/dnsproxy.c	2007-01-23 14:28:23.609478258 +0100
@@ -29,6 +29,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <grp.h>
 
 #define GLOBALS 1
 #include "dnsproxy.h"
