GitHub issue #994
This commit is contained in:
parent
6f9e3e3b78
commit
de0a5aa840
2 changed files with 20 additions and 8 deletions
|
@ -14,6 +14,10 @@
|
|||
#ifndef ZT_LINUX_NETLINK_HPP
|
||||
#define ZT_LINUX_NETLINK_HPP
|
||||
|
||||
#include "../node/Constants.hpp"
|
||||
|
||||
#ifdef __LINUX__
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <sys/socket.h>
|
||||
|
@ -113,4 +117,6 @@ private:
|
|||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#endif // ZT_LINUX_NETLINK_HPPS
|
Loading…
Add table
Add a link
Reference in a new issue