mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 18:15:18 -04:00
Added #includes for picky compiler (ArchLinux) mainly: stdlib.h & string.h
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@568 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a904284bd6
commit
aa906da74a
5 changed files with 9 additions and 1 deletions
|
@ -115,6 +115,7 @@ virtual int sendUdpPacket(const void *data, int size, struct sockaddr_in &to);
|
|||
};
|
||||
|
||||
#include <iostream>
|
||||
#include <stdlib.h>
|
||||
|
||||
class LossyUdpLayer: public UdpLayer
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue