Linux build fixes.
This commit is contained in:
parent
250f0ef9db
commit
6b67cb0e2a
3 changed files with 10 additions and 2 deletions
|
@ -48,6 +48,10 @@
|
|||
#include <utility>
|
||||
#include <string>
|
||||
|
||||
#ifndef IFNAMSIZ
|
||||
#define IFNAMSIZ 16
|
||||
#endif
|
||||
|
||||
// ff:ff:ff:ff:ff:ff with no ADI
|
||||
static const ZeroTier::MulticastGroup _blindWildcardMulticastGroup(ZeroTier::MAC(0xff),0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue