Merge pull request #1110 from neheb/patch-1

LinuxNetLink: Add cerrno header for (str)errno
This commit is contained in:
Adam Ierymenko 2022-03-07 13:53:14 -05:00 committed by GitHub
commit 56357c077b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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