GitHub issue #994

This commit is contained in:
Adam Ierymenko 2019-08-23 12:09:31 -07:00
parent 6f9e3e3b78
commit de0a5aa840
No known key found for this signature in database
GPG key ID: 1657198823E52A61
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