From 7529d050c7fac805a3209281320262b4d4d3a428 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 8 Apr 2015 15:42:23 -0700 Subject: All of node/ now compiles again! --- node/Defaults.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'node/Defaults.cpp') diff --git a/node/Defaults.cpp b/node/Defaults.cpp index 4cd7973c..c235ef2c 100644 --- a/node/Defaults.cpp +++ b/node/Defaults.cpp @@ -29,6 +29,8 @@ #include #include +#include "../include/ZeroTierOne.h" + #include "Constants.hpp" #include "Defaults.hpp" #include "Utils.hpp" @@ -158,7 +160,7 @@ Defaults::Defaults() : rootTopologyAuthorities(_mkRootTopologyAuth()), updateAuthorities(_mkUpdateAuth()), updateLatestNfoURL(_mkUpdateUrl()), - v4Broadcast(((uint32_t)0xffffffff),ZT_DEFAULT_UDP_PORT) + v4Broadcast(((uint32_t)0xffffffff),ZT1_DEFAULT_PORT) { } -- cgit v1.2.3