mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-06 21:34:22 -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 <sstream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <stdint.h>
|
||||||
#include "b64.h"
|
#include "b64.h"
|
||||||
|
|
||||||
std::string displayBlock(unsigned char *arr, unsigned int len);
|
std::string displayBlock(unsigned char *arr, unsigned int len);
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "pqi/p3authmgr.h"
|
#include "pqi/p3authmgr.h"
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
|
|
||||||
|
|
||||||
#include "pqi/p3notify.h"
|
#include "pqi/p3notify.h"
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
/* external reference point */
|
/* external reference point */
|
||||||
RsNotify *rsNotify = NULL;
|
RsNotify *rsNotify = NULL;
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#include "util/rsdebug.h"
|
#include "util/rsdebug.h"
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
class RsNotify;
|
class RsNotify;
|
||||||
extern RsNotify *rsNotify;
|
extern RsNotify *rsNotify;
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
#include <set>
|
#include <set>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
static const std::string ADDR_AGENT = "Mozilla/5.0";
|
static const std::string ADDR_AGENT = "Mozilla/5.0";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue