summaryrefslogtreecommitdiffstats
path: root/synchronizer/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'synchronizer/main.cpp')
-rw-r--r--synchronizer/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/synchronizer/main.cpp b/synchronizer/main.cpp
index e1e169b..5f14f18 100644
--- a/synchronizer/main.cpp
+++ b/synchronizer/main.cpp
@@ -34,7 +34,12 @@
34#include <sstream> 34#include <sstream>
35#include <thread> 35#include <thread>
36#include <chrono> 36#include <chrono>
37#ifndef Q_OS_WIN
37#include <unistd.h> 38#include <unistd.h>
39#else
40#include <io.h>
41#include <process.h>
42#endif
38 43
39#include "listener.h" 44#include "listener.h"
40#include "log.h" 45#include "log.h"