mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
OSX build fix
This commit is contained in:
parent
0bb92715f4
commit
38243e5eff
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue