mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
zerotier: fix compilation with libcxx
Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
10
net/zerotier/patches/010-mangix.patch
Normal file
10
net/zerotier/patches/010-mangix.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/osdep/LinuxNetLink.hpp
|
||||
+++ b/osdep/LinuxNetLink.hpp
|
||||
@@ -18,6 +18,7 @@
|
||||
|
||||
#ifdef __LINUX__
|
||||
|
||||
+#include <cerrno>
|
||||
#include <vector>
|
||||
|
||||
#include <sys/socket.h>
|
||||
Reference in New Issue
Block a user