OSX build fix

This commit is contained in:
Adam Ierymenko 2015-05-16 14:07:15 -07:00
parent 0bb92715f4
commit 38243e5eff

View File

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