diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-10 14:23:37 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-10 14:23:37 +0000 |
commit | ffa0fa4f142eb6ee5f919a96b10f36363c511b16 (patch) | |
tree | ec45487328d87d1e51424486330245b5763fb8b7 /MySpace/common.h | |
parent | e68bf950388269d8650b9005e15a3f965c7563af (diff) |
implemented zaps
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@269 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/common.h')
-rw-r--r-- | MySpace/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MySpace/common.h b/MySpace/common.h index 9eb90b2..e7addcb 100644 --- a/MySpace/common.h +++ b/MySpace/common.h @@ -48,9 +48,12 @@ #include <m_langpack.h>
#include <m_idle.h>
#include <m_skin.h>
+#include <m_message.h>
+#include <m_clui.h>
#include <m_popup.h>
#include <m_updater.h>
+#include <m_metacontacts.h>
extern MM_INTERFACE mmi;
|