mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-08 11:44:13 +00:00
OSX build fix
This commit is contained in:
parent
0bb92715f4
commit
38243e5eff
@ -70,7 +70,7 @@ namespace ZeroTier { typedef LinuxEthernetTap EthernetTap; }
|
||||
#include "../osdep/WindowsEthernetTap.hpp"
|
||||
namespace ZeroTier { typedef WindowsEthernetTap EthernetTap; }
|
||||
#endif
|
||||
#ifdef __BSD__
|
||||
#if defined(__BSD__) && (!defined(__APPLE__))
|
||||
#include "../osdep/BSDEthernetTap.hpp"
|
||||
namespace ZeroTier { typedef BSDEthernetTap EthernetTap; }
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user