mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
Fixed compile on Windows
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7090 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
307404fa0f
commit
98e4271695
3 changed files with 5 additions and 10 deletions
|
@ -39,8 +39,6 @@
|
|||
|
||||
#include <iostream>
|
||||
|
||||
#include <openssl/ssl.h>
|
||||
|
||||
#include "retroshare/rsinit.h"
|
||||
#include "rsaccounts.h"
|
||||
|
||||
|
@ -52,6 +50,7 @@
|
|||
#include "pqi/sslfns.h"
|
||||
#include "pqi/authgpg.h"
|
||||
|
||||
#include <openssl/ssl.h>
|
||||
|
||||
// Global singleton declaration of data.
|
||||
RsAccountsDetail rsAccounts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue