add include complying to gcc 4.4

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1217 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2009-05-11 14:30:53 +00:00
parent 63be32ba4d
commit ec072e53f4
15 changed files with 18 additions and 2 deletions

View File

@ -37,6 +37,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <openssl/sha.h>
#include <stdio.h>
/***********
* #define FIM_DEBUG 1

View File

@ -28,6 +28,7 @@
#include <map>
#include <list>
#include <vector>
#include <stdint.h>
class ostream;

View File

@ -49,6 +49,7 @@
#include "pqi/pqinotify.h"
#include "serialiser/rsconfigitems.h"
#include <stdio.h>
/******
* #define CONTROL_DEBUG 1

View File

@ -26,6 +26,7 @@
#include "ft/ftextralist.h"
#include "serialiser/rsconfigitems.h"
#include "util/rsdir.h"
#include <stdio.h>
/******
* #define DEBUG_ELIST 1

View File

@ -1,5 +1,6 @@
#include "ftfilecreator.h"
#include <errno.h>
#include <stdio.h>
/*******
* #define FILE_DEBUG 1

View File

@ -2,6 +2,7 @@
#include "util/rsdir.h"
#include <stdlib.h>
#include <stdio.h>
ftFileProvider::ftFileProvider(std::string path, uint64_t size, std::string
hash) : mSize(size), hash(hash), file_name(path), fd(NULL),transfer_rate(0),total_size(0)

View File

@ -25,6 +25,7 @@
#include <sstream>
#include <iomanip>
#include <stdio.h>
#include <openssl/sha.h>
#include "pqi/p3dhtmgr.h"

View File

@ -30,6 +30,7 @@
#include "pqi/pqi_base.h"
#include "pqi/pqihash.h"
#include <stdio.h>
class BinFileInterface: public BinInterface
{

View File

@ -28,6 +28,7 @@
#include "util/rsdebug.h"
#include <sstream>
#include <stdio.h>
const int pqipersongrpzone = 354;

View File

@ -30,7 +30,7 @@
#include <list>
#include <iostream>
#include <string>
#include <stdint.h>
typedef std::string RsCertId;
typedef std::string RsChanId;

View File

@ -27,6 +27,8 @@
*/
#include <string>
#include <stdlib.h>
#include <stdint.h>
/*******************************************************************
* This is at the lowlevel packing routines. They are usually

View File

@ -31,7 +31,8 @@
#include <map>
#include <string>
#include <iosfwd>
#include <stdlib.h>
#include <stdint.h>
/*******************************************************************
* This is the Top-Level serialiser/deserialise,

View File

@ -33,6 +33,8 @@
#include <string>
#include <list>
#include <stdlib.h>
#include <stdint.h>
//#define RS_TLV_TYPE_FILE_ITEM 0x0000

View File

@ -33,6 +33,7 @@
#include <string>
#include <iostream>
#include <algorithm>
#include <stdio.h>
#if defined(WIN32) || defined(__CYGWIN__)
#include "wtypes.h"

View File

@ -30,6 +30,7 @@
#include <string>
#include <list>
#include <stdint.h>
namespace RsDirUtil {