warp-vpn

point to point VPN implementation
git clone git://git.2f30.org/warp-vpn
Log | Files | Refs | README

commit 384f6b3d5b15c9d511fb8f27c8eabd417cb75b16
parent d5cd6406f8799e37a39afd79ab5ee90eeb70a240
Author: sin <sin@2f30.org>
Date:   Tue, 12 Apr 2016 11:42:26 +0100

remove unneeded header include

Diffstat:
Mstun.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/stun.c b/stun.c @@ -54,7 +54,6 @@ #include <fcntl.h> #include <poll.h> #include <signal.h> -#include <stdarg.h> #include <stdio.h> #include <stdint.h> #include <stdlib.h>