stun

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

commit f2da2e1b0dd882bf815eecb000585389c5550d71
parent 6407b736c8ffd8dc2abd867af68c8578922e6b6a
Author: sin <sin@2f30.org>
Date:   Tue, 12 Apr 2016 11:46:40 +0100

fix include

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

diff --git a/crypto.c b/crypto.c @@ -1,5 +1,6 @@ #include <sys/time.h> +#include <stdint.h> #include <string.h> #include <openssl/evp.h>