mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-13 09:49:35 -04:00
compliance for linux 64 gcc44 compiling
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.4.x@1282 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
22fbdaccc1
commit
e23430af36
6 changed files with 6 additions and 1 deletions
|
@ -243,6 +243,7 @@ void decodeblock( unsigned char in[4], unsigned char out[3] )
|
|||
#include <sstream>
|
||||
#include <iomanip>
|
||||
#include <string>
|
||||
#include <stdint.h>
|
||||
#include "b64.h"
|
||||
|
||||
std::string displayBlock(unsigned char *arr, unsigned int len);
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <iostream>
|
||||
#include "pqi/p3authmgr.h"
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
|
||||
#include "pqi/p3notify.h"
|
||||
#include <stdint.h>
|
||||
|
||||
/* external reference point */
|
||||
RsNotify *rsNotify = NULL;
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <iostream>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "util/rsdebug.h"
|
||||
#include <sstream>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <list>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
class RsNotify;
|
||||
extern RsNotify *rsNotify;
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
#include <set>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <stdio.h>
|
||||
|
||||
static const std::string ADDR_AGENT = "Mozilla/5.0";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue