summaryrefslogtreecommitdiff
path: root/selftest.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-03-30 13:21:35 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-03-30 13:21:35 -0700
commitb6241f6cb145220cdc7382ec6b27f3298b3548e3 (patch)
treed7b7806dca151b9c635374c461c1586cf30a6225 /selftest.cpp
parent4445bfc86945abe47e7930f97eedeb51017dc966 (diff)
downloadinfinitytier-b6241f6cb145220cdc7382ec6b27f3298b3548e3.tar.gz
infinitytier-b6241f6cb145220cdc7382ec6b27f3298b3548e3.zip
Build fixes.
Diffstat (limited to 'selftest.cpp')
-rw-r--r--selftest.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/selftest.cpp b/selftest.cpp
index e8f61d8d..8aef0c6f 100644
--- a/selftest.cpp
+++ b/selftest.cpp
@@ -25,6 +25,8 @@
* LLC. Start here: http://www.zerotier.com/
*/
+#define ZT_TEST_WIRE
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -55,6 +57,10 @@
#include "node/Defaults.hpp"
#include "node/Node.hpp"
+#ifdef ZT_TEST_WIRE
+#include "osnet/Wire.hpp"
+#endif
+
#ifdef ZT_ENABLE_NETCONF_MASTER
#include "netconf/SqliteNetworkConfigMaster.hpp"
#endif // ZT_ENABLE_NETCONF_MASTER