Build fixes.

This commit is contained in:
Adam Ierymenko 2015-03-30 13:21:35 -07:00
parent 4445bfc869
commit b6241f6cb1
2 changed files with 124 additions and 118 deletions

View file

@ -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