mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 22:40:36 -04:00
trying to fix compilation on windows
This commit is contained in:
parent
3de68bf5e5
commit
f5f608dbec
1 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue