fixed compilation on windows

This commit is contained in:
Cyril Soler 2022-10-03 18:36:11 +02:00
parent 0263d57fb3
commit 2b79961df8

View File

@ -20,7 +20,13 @@
* *
******************************************************************************/
#ifdef WINDOWS_SYS
#include <windows.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#else
#include <netinet/tcp.h>
#endif
#include "pqi/pqithreadstreamer.h"
#include "retroshare/rspeers.h"