Fixed compile on Windows.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-initdev@7052 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-01-22 22:31:42 +00:00
parent ae5942733e
commit bb0d02f3dc
2 changed files with 11 additions and 9 deletions

View file

@ -23,6 +23,10 @@
*
*/
#ifdef WINDOWS_SYS
#include "util/rswin.h"
#endif // WINDOWS_SYS
#include <openssl/ssl.h>
#include <openssl/evp.h>