From 18c9dc8a0649c866eff9f299f20fa5b19c502e52 Mon Sep 17 00:00:00 2001 From: Daniel SkowroĊ„ski Date: Tue, 27 Dec 2016 13:07:05 +0100 Subject: fix RTF_MULTICAST and g++ -w --- node/Constants.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'node') diff --git a/node/Constants.hpp b/node/Constants.hpp index b137e6ae..b16cb9b5 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -124,6 +124,10 @@ #include #endif +#ifdef __NetBSD__ +#define RTF_MULTICAST 0x20000000 +#endif + /** * Length of a ZeroTier address in bytes */ -- cgit v1.2.3