diff options
Diffstat (limited to 'protocols/GTalkExt/src/stdafx.h')
-rw-r--r-- | protocols/GTalkExt/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/GTalkExt/src/stdafx.h b/protocols/GTalkExt/src/stdafx.h index 86f1fdb01b..6df16f3fee 100644 --- a/protocols/GTalkExt/src/stdafx.h +++ b/protocols/GTalkExt/src/stdafx.h @@ -60,6 +60,7 @@ #include <m_clist.h>
#include <m_avatars.h>
#include <m_netlib.h>
+#include <m_icolib.h>
#include <win2k.h>
#pragma warning(pop)
@@ -67,6 +68,7 @@ extern HINSTANCE g_hInst;
extern LIST<GoogleTalkAcc> g_accs;
+extern IconItem iconList[];
void SetAvatar(MCONTACT hContact);
BOOL InitAvaUnit(BOOL init);
|