mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
zerotier: fix compilation with libcxx
Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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