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

@ -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);