From 5ca20da7afacb6a79c448c5bfb1e2bcd057f0f70 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 29 Oct 2014 23:57:54 -0700 Subject: Windows service fix -- it helps if we actually launch the control socket thing. --- control/NodeControlClient.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'control') 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 #include +#include "../node/Constants.hpp" + #ifdef __WINDOWS__ #define ZT_IPC_ENDPOINT_BASE "\\\\.\\pipe\\ZeroTierOne-" #else -- cgit v1.2.3