mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-22 07:41:20 -04:00
Added patch from AC
- add missing includes "unistd.h" for compiling with gcc 4.7.0. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5096 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f2f5d60a8a
commit
3b85873313
14 changed files with 15 additions and 3 deletions
|
@ -59,6 +59,7 @@
|
|||
|
||||
#include "serialiser/rsconfigitems.h"
|
||||
#include <stdio.h>
|
||||
#include <unistd.h> /* for (u)sleep() */
|
||||
#include <sstream>
|
||||
|
||||
/******
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#include "serialiser/rsconfigitems.h"
|
||||
#include "util/rsdir.h"
|
||||
#include <stdio.h>
|
||||
#include <unistd.h> /* for (u)sleep() */
|
||||
|
||||
/******
|
||||
* #define DEBUG_ELIST 1
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <unistd.h> /* for (u)sleep() */
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include "util/rsdebug.h"
|
||||
#include "util/rsdir.h"
|
||||
|
@ -48,9 +50,6 @@ const int ftserverzone = 29539;
|
|||
|
||||
#include "serialiser/rsserviceids.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
/***
|
||||
* #define SERVER_DEBUG 1
|
||||
* #define DEBUG_TICK 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue