diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-14 15:06:48 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-14 15:06:48 +0000 |
commit | 938aaa96f63e6cab2803eab57f67e93f5c352df0 (patch) | |
tree | 6ea7beee5b56f22a0754306bc0535ec69d1a241d /src/core | |
parent | a56fe59ac345e61c04632dc20785e52aefd1c2e9 (diff) |
kernel chat's engine, part 1 (compiles ok, doesn't work at all, not linked to the core)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7645 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core')
-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 57aa90dc68..1ee41ff5f1 100644 --- a/src/core/commonheaders.h +++ b/src/core/commonheaders.h @@ -66,6 +66,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <newpluginapi.h>
#include <m_database.h>
#include <m_db_int.h>
+#include <m_chat_int.h>
#include <m_clc.h>
#include <m_clui.h>
#include <m_crypto.h>
|