diff options
author | George Hazan <george.hazan@gmail.com> | 2015-03-10 19:03:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-03-10 19:03:29 +0000 |
commit | 6d8085a6bc3847734cfdfd497055bc0f9ec8f9c5 (patch) | |
tree | f6e79bbceca7c3bd5e0876618be3799d38aaedef /plugins/Dbx_mdb/src/commonheaders.h | |
parent | 2927b24587cf46907242792bf6190b3c607cbea5 (diff) |
fix for the events' sorting order
git-svn-id: http://svn.miranda-ng.org/main/trunk@12377 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mdb/src/commonheaders.h')
-rw-r--r-- | plugins/Dbx_mdb/src/commonheaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dbx_mdb/src/commonheaders.h b/plugins/Dbx_mdb/src/commonheaders.h index e68a261e56..50959d158f 100644 --- a/plugins/Dbx_mdb/src/commonheaders.h +++ b/plugins/Dbx_mdb/src/commonheaders.h @@ -42,6 +42,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_crypto.h>
#include <m_metacontacts.h>
#include <m_protocols.h>
+#include <m_netlib.h>
extern "C"
{
|