Code maintenance for Qt 5:

- Added some more includes needed by MinGW-w64

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6860 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-10-21 11:00:49 +00:00
parent 3a72b27632
commit 9095e9bd75
31 changed files with 44 additions and 3 deletions

View file

@ -62,6 +62,7 @@
#include "serialiser/rsconfigitems.h"
#include <stdio.h>
#include <unistd.h> /* for (u)sleep() */
#include <time.h>
/******
* #define CONTROL_DEBUG 1

View file

@ -36,6 +36,7 @@
#include "ft/ftsearch.h"
#include "util/rsdir.h"
#include <retroshare/rsturtle.h>
#include <time.h>
/* For Thread Behaviour */
const uint32_t DMULTIPLEX_MIN = 10; /* 1ms sleep */

View file

@ -34,6 +34,7 @@
#include "util/rsdir.h"
#include <stdio.h>
#include <unistd.h> /* for (u)sleep() */
#include <time.h>
/******
* #define DEBUG_ELIST 1

View file

@ -1,6 +1,7 @@
#include "ftfilecreator.h"
#include <errno.h>
#include <stdio.h>
#include <time.h>
#include <util/rsdiscspace.h>
#include <util/rsdir.h>

View file

@ -8,6 +8,7 @@
#include "util/rsdir.h"
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
/********
* #define DEBUG_FT_FILE_PROVIDER 1

View file

@ -25,6 +25,7 @@
#include <unistd.h> /* for (u)sleep() */
#include <iostream>
#include <time.h>
#include "util/rsdebug.h"
#include "util/rsdir.h"
#include "retroshare/rstypes.h"

View file

@ -27,6 +27,8 @@
* #define FT_DEBUG 1
*****/
#include <time.h>
#include "retroshare/rsturtle.h"
#include "fttransfermodule.h"