소스 검색

Merge pull request #1110 from neheb/patch-1

LinuxNetLink: Add cerrno header for (str)errno
Adam Ierymenko 3 년 전
부모
커밋
56357c077b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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__