diff options
Diffstat (limited to 'plugins/Clist_nicer/src/Include/commonheaders.h')
-rw-r--r-- | plugins/Clist_nicer/src/Include/commonheaders.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Clist_nicer/src/Include/commonheaders.h b/plugins/Clist_nicer/src/Include/commonheaders.h index aa3d51c812..d92f07724b 100644 --- a/plugins/Clist_nicer/src/Include/commonheaders.h +++ b/plugins/Clist_nicer/src/Include/commonheaders.h @@ -52,6 +52,7 @@ #include <win2k.h>
#include <m_clistint.h>
#include <m_database.h>
+#include <m_system_cpp.h>
#include <m_langpack.h>
#include <m_avatars.h>
#include <m_button.h>
@@ -175,7 +176,7 @@ // shared vars
extern HINSTANCE g_hInst;
extern LONG g_cxsmIcon, g_cysmIcon;
-extern StatusItems_t *StatusItems;
+extern LIST<StatusItems_t> arStatusItems;
extern ImageItem *g_glyphItem;
/* most free()'s are invalid when the code is executed from a dll, so this changes
|