Linux build fixes.
This commit is contained in:
parent
250f0ef9db
commit
6b67cb0e2a
3 changed files with 10 additions and 2 deletions
|
@ -22,6 +22,10 @@
|
|||
#include <unistd.h>
|
||||
#include <linux/if_tun.h>
|
||||
|
||||
#ifndef IFNAMSIZ
|
||||
#define IFNAMSIZ 16
|
||||
#endif
|
||||
|
||||
namespace ZeroTier {
|
||||
|
||||
struct nl_route_req {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue