diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-19 23:00:40 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-19 23:00:40 +0200 |
commit | b3f799125e6d8db712f2855580c0e37e42442e68 (patch) | |
tree | 2348c20ae043d07c37b9e078bdbef6d6a3a02e87 /synchronizer/main.cpp | |
parent | 0c0292fec1304d25d00f01b307c88ec2066f29f5 (diff) | |
download | sink-b3f799125e6d8db712f2855580c0e37e42442e68.tar.gz sink-b3f799125e6d8db712f2855580c0e37e42442e68.zip |
Windows compat
Diffstat (limited to 'synchronizer/main.cpp')
-rw-r--r-- | synchronizer/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synchronizer/main.cpp b/synchronizer/main.cpp index 5f14f18..1467fe4 100644 --- a/synchronizer/main.cpp +++ b/synchronizer/main.cpp | |||
@@ -28,14 +28,14 @@ | |||
28 | #include <csignal> | 28 | #include <csignal> |
29 | #include <iostream> | 29 | #include <iostream> |
30 | #include <cstdlib> | 30 | #include <cstdlib> |
31 | #include <cxxabi.h> | ||
32 | #include <dlfcn.h> | ||
33 | #include <ostream> | 31 | #include <ostream> |
34 | #include <sstream> | 32 | #include <sstream> |
35 | #include <thread> | 33 | #include <thread> |
36 | #include <chrono> | 34 | #include <chrono> |
37 | #ifndef Q_OS_WIN | 35 | #ifndef Q_OS_WIN |
38 | #include <unistd.h> | 36 | #include <unistd.h> |
37 | #include <cxxabi.h> | ||
38 | #include <dlfcn.h> | ||
39 | #else | 39 | #else |
40 | #include <io.h> | 40 | #include <io.h> |
41 | #include <process.h> | 41 | #include <process.h> |