Przeglądaj źródła

Merge pull request #1110 from neheb/patch-1

LinuxNetLink: Add cerrno header for (str)errno
Adam Ierymenko 3 lat temu
rodzic
commit
56357c077b
1 zmienionych plików z 2 dodań i 0 usunięć
  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__