couple fixes to make MDR addons build with gcc 4.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20965 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Hugo Santos 2007-05-02 10:57:27 +00:00
parent e96eef09e4
commit 7015d5deaa
2 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,8 @@ struct mailbox_info {
BString server_mb_name;
};
class NoopWorker;
class IMAP4Client : public BRemoteMailStorageProtocol {
public:
IMAP4Client(BMessage *settings, BMailChainRunner *run);

View File

@ -51,6 +51,8 @@
# define D(x) ;
#endif
using namespace std;
/*
** Function: md5_hmac
** taken from the file rfc2104.txt