Browse Source

Merge pull request #1110 from neheb/patch-1

LinuxNetLink: Add cerrno header for (str)errno
Adam Ierymenko 3 years ago
parent
commit
56357c077b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      osdep/LinuxNetLink.cpp

+ 2 - 0
osdep/LinuxNetLink.cpp

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