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
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B

View File

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