diff options
author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-10-29 23:57:54 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-10-29 23:57:54 -0700 |
commit | 5ca20da7afacb6a79c448c5bfb1e2bcd057f0f70 (patch) | |
tree | 0e22337c827df9e46acb591db8ab583d6941c02a /control/NodeControlClient.hpp | |
parent | 8bd9f7d51dbb8756d7063cc7cb3939ff74104145 (diff) | |
download | infinitytier-5ca20da7afacb6a79c448c5bfb1e2bcd057f0f70.tar.gz infinitytier-5ca20da7afacb6a79c448c5bfb1e2bcd057f0f70.zip |
Windows service fix -- it helps if we actually launch the control socket thing.
Diffstat (limited to 'control/NodeControlClient.hpp')
-rw-r--r-- | control/NodeControlClient.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/control/NodeControlClient.hpp b/control/NodeControlClient.hpp index 8512ef7d..1f567b81 100644 --- a/control/NodeControlClient.hpp +++ b/control/NodeControlClient.hpp @@ -31,6 +31,8 @@ #include <string> #include <vector> +#include "../node/Constants.hpp" + #ifdef __WINDOWS__ #define ZT_IPC_ENDPOINT_BASE "\\\\.\\pipe\\ZeroTierOne-" #else |