summaryrefslogtreecommitdiff
path: root/node/Defaults.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Defaults.cpp')
-rw-r--r--node/Defaults.cpp4
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)
{
}