diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-26 16:35:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-26 16:35:03 +0000 |
commit | e6fa6e6eb5445575322d25d947930ef05cee8b1e (patch) | |
tree | 8a665ecbe53066aa2f2141b5cae66726347db148 /src/core/commonheaders.h | |
parent | 15d257830f5f9148a7ccad2de719b1cf75f62598 (diff) |
initial commit of MC functions inside the core - never called, never works, just compiles
git-svn-id: http://svn.miranda-ng.org/main/trunk@8278 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/commonheaders.h')
-rw-r--r-- | src/core/commonheaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/commonheaders.h b/src/core/commonheaders.h index 1a8cc47235..bcf4291b89 100644 --- a/src/core/commonheaders.h +++ b/src/core/commonheaders.h @@ -93,6 +93,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_timezones.h>
#include <m_extraicons.h>
#include <m_xstatus.h>
+#include <m_metacontacts.h>
#include "miranda.h"
#include "stdplug.h"
|