summaryrefslogtreecommitdiff
path: root/src/syncClient.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2009-01-12 21:41:30 +0000
committerOthmar Gsenger <otti@anytun.org>2009-01-12 21:41:30 +0000
commit33cad772126bd4b87249a3798b43edda59396e89 (patch)
tree2cc7862d0f66f3dd270a2e52208f333e166a981a /src/syncClient.cpp
parentmoved rtp stuff to anyrtpproxy and removed it from anytun (diff)
fixed anytun-nosync build target
Diffstat (limited to 'src/syncClient.cpp')
-rw-r--r--src/syncClient.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/syncClient.cpp b/src/syncClient.cpp
index 2cc1f91..df99b83 100644
--- a/src/syncClient.cpp
+++ b/src/syncClient.cpp
@@ -31,13 +31,14 @@
#include <sstream>
#include <iostream>
#include <string>
+#include "connectionList.h"
+#include "syncCommand.h"
#include <boost/archive/text_oarchive.hpp>
#include <boost/archive/text_iarchive.hpp>
#include "log.h"
-//#include "connectionParam.h"
#include "syncClient.h"
#include "syncTcpConnection.h"
#include "buffer.h"