zerotier: fix compilation with libcxx

Missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-02-03 21:04:48 -08:00
parent e9f439c07a
commit 697024f3a2
2 changed files with 11 additions and 1 deletions

View 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>