Linux build fixes.

This commit is contained in:
Adam Ierymenko 2020-11-16 11:11:52 -08:00
parent 250f0ef9db
commit 6b67cb0e2a
3 changed files with 10 additions and 2 deletions

View file

@ -22,6 +22,10 @@
#include <unistd.h>
#include <linux/if_tun.h>
#ifndef IFNAMSIZ
#define IFNAMSIZ 16
#endif
namespace ZeroTier {
struct nl_route_req {