stun

simple point to point tunnel
git clone git://git.2f30.org/stun
Log | Files | Refs | README

commit 2060a68c45c2ade8fcbd1d5a023a5829e0081b8e
parent 41276205c18fb2a88460323f8dcc93020a17f31c
Author: sin <sin@2f30.org>
Date:   Wed, 30 Mar 2016 13:49:50 +0100

grp.h is needed for setgroups on linux

Diffstat:
Mstun.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/stun.c b/stun.c @@ -53,6 +53,7 @@ #include <errno.h> #include <fcntl.h> +#include <grp.h> #include <poll.h> #include <pwd.h> #include <signal.h>