summaryrefslogtreecommitdiff
path: root/plugins/Non-IM Contact/src/commonheaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Non-IM Contact/src/commonheaders.h')
-rw-r--r--plugins/Non-IM Contact/src/commonheaders.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Non-IM Contact/src/commonheaders.h b/plugins/Non-IM Contact/src/commonheaders.h
index a512a40b06..e46847faf7 100644
--- a/plugins/Non-IM Contact/src/commonheaders.h
+++ b/plugins/Non-IM Contact/src/commonheaders.h
@@ -39,6 +39,7 @@ struct DLGTEMPLATEEX
#include <m_protomod.h>
#include <m_database.h>
#include <m_system.h>
+#include <m_icolib.h>
#include <m_protocols.h>
#include <m_userinfo.h>
#include <m_options.h>
@@ -72,7 +73,7 @@ struct DLGTEMPLATEEX
//General
extern HINSTANCE hInst;
extern int LCStatus;
-static HANDLE hWindowList=NULL;
+extern IconItem icoList[];
//Services.c
INT_PTR GetLCCaps(WPARAM wParam,LPARAM lParam);