wireguard-go-bridge: include header for free function

This commit is contained in:
Jason A. Donenfeld 2018-08-31 10:29:27 -06:00
parent 9af7ceac2e
commit 14e7391cce
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)
// {