mirror of
https://github.com/RetroShare/libretroshare.git
synced 2026-09-14 11:05:45 +05:00
fixed compilation on windows
This commit is contained in:
parent
0263d57fb3
commit
2b79961df8
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user