From cd41eda638de83f19460e4809759568499648596 Mon Sep 17 00:00:00 2001 From: thunder2 Date: Sun, 7 Aug 2011 22:23:53 +0000 Subject: [PATCH] Fixed compile on Windows. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4545 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/pqi/authgpg.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libretroshare/src/pqi/authgpg.cc b/libretroshare/src/pqi/authgpg.cc index 85a4670f1..bc2ecf5dc 100644 --- a/libretroshare/src/pqi/authgpg.cc +++ b/libretroshare/src/pqi/authgpg.cc @@ -27,6 +27,9 @@ #include "authgpg.h" #include "retroshare/rsiface.h" // For rsicontrol. #include "retroshare/rspeers.h" // For RsPeerDetails. +#ifdef WINDOWS_SYS +#include "retroshare/rsinit.h" +#endif #include #include