LinuxNetLink: Add cerrno header for (str)errno

Fixes compilation under libcxx.
This commit is contained in:
Rosen Penev
2019-12-20 19:35:41 -08:00
parent af6d01e79b
commit 2aecb547d9

View File

@ -13,6 +13,8 @@
#include "../node/Constants.hpp" #include "../node/Constants.hpp"
#include <cerrno>
//#define ZT_NETLINK_TRACE //#define ZT_NETLINK_TRACE
#ifdef __LINUX__ #ifdef __LINUX__