GitHub issue #994

This commit is contained in:
Adam Ierymenko
2019-08-23 12:09:31 -07:00
parent 6f9e3e3b78
commit de0a5aa840
2 changed files with 20 additions and 8 deletions

View File

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