cleanup
This commit is contained in:
parent
6f6138c500
commit
8057c826bc
3 changed files with 18 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue