mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 15:45:04 -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
|
@ -30,6 +30,9 @@
|
|||
|
||||
static const int kInitStreamTable = 5;
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "udplayer.h"
|
||||
#include "tcpstream.h"
|
||||
#include <vector>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue