wireguard-go-bridge: include header for free function

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2018-08-31 10:29:27 -06:00
parent b1aadaf82c
commit 721202c65b
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
package main
// #include <stdlib.h>
// #include <sys/types.h>
// static void callLogger(void *func, int level, const char *tag, const char *msg)
// {