libretroshare now compiles for Android, instruction on how to do it included

This commit is contained in:
Gio 2016-08-03 00:48:19 +02:00
parent b7416ba207
commit 9a980def2c
16 changed files with 994 additions and 45 deletions

View file

@ -26,11 +26,12 @@
*
*/
#include <sys/socket.h>
#include "retroshare/rspeers.h"
class p3LinkMgr;
class p3PeerMgr;
class p3NetMgr;
struct sockaddr_storage;
class p3Peers: public RsPeers