This commit is contained in:
Adam Ierymenko 2019-08-23 09:34:26 -07:00
parent 6f6138c500
commit 8057c826bc
No known key found for this signature in database
GPG key ID: 1657198823E52A61
3 changed files with 18 additions and 2 deletions

View file

@ -11,6 +11,10 @@
*/
/****/
#include "../node/Constants.hpp"
#ifdef __LINUX__
#include "LinuxNetLink.hpp"
#include <unistd.h>
@ -1066,3 +1070,5 @@ int LinuxNetLink::_indexForInterface(const char *iface)
}
} // namespace ZeroTier
#endif