diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-08 15:42:23 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-08 15:42:23 -0700 |
| commit | 7529d050c7fac805a3209281320262b4d4d3a428 (patch) | |
| tree | a28f8a6c06a6162393f25eb7b9cd76b43a11eb09 /node/Defaults.cpp | |
| parent | bf2ff964e14c022aa4c10849cb4421ee9a710d40 (diff) | |
| download | infinitytier-7529d050c7fac805a3209281320262b4d4d3a428.tar.gz infinitytier-7529d050c7fac805a3209281320262b4d4d3a428.zip | |
All of node/ now compiles again!
Diffstat (limited to 'node/Defaults.cpp')
| -rw-r--r-- | node/Defaults.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
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 <stdlib.h> #include <string.h> +#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) { } |
