summaryrefslogtreecommitdiff
path: root/syncClientSocket.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-13 16:22:02 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-13 16:22:02 +0000
commitf2474da8648b95340456a2695fc2c90e043dabec (patch)
tree08e29164bde8fb4a98b2720f3dcb75732905ed87 /syncClientSocket.h
parentadded mux_type (diff)
added Synccommand / now connection updates work / sync is multi connection capable
Diffstat (limited to 'syncClientSocket.h')
-rw-r--r--syncClientSocket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/syncClientSocket.h b/syncClientSocket.h
index 4288c02..17dd518 100644
--- a/syncClientSocket.h
+++ b/syncClientSocket.h
@@ -4,6 +4,7 @@
#include "Sockets/TcpSocket.h"
#include "Sockets/ISocketHandler.h"
#include "connectionList.h"
+#include "syncCommand.h"
#ifdef SOCKETS_NAMESPACE
using namespace SOCKETS_NAMESPACE;