mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-04 20:31:07 -05:00
trying to fix compilation on windows
This commit is contained in:
parent
3de68bf5e5
commit
f5f608dbec
@ -30,9 +30,14 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <syscall.h>
|
||||
#include <iostream>
|
||||
|
||||
#if defined(_WIN32) || defined(__MINGW32__)
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <sys/syscall.h>
|
||||
#endif
|
||||
|
||||
#include <QObject>
|
||||
|
||||
#include "TorManager.h"
|
||||
|
Loading…
Reference in New Issue
Block a user