diff options
author | George Hazan <george.hazan@gmail.com> | 2014-05-03 22:01:57 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-05-03 22:01:57 +0000 |
commit | dd9c282092856c0a577b9136e7463a3d9a3aa0d0 (patch) | |
tree | 758071fe05635271ca2b183bd9d7cbc9a282b00f /plugins/Db3x_mmap/src/commonheaders.h | |
parent | 9120195e3db798389e49baa371c35e9085a49485 (diff) |
more accurate check for variable lookup
git-svn-id: http://svn.miranda-ng.org/main/trunk@9121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/commonheaders.h')
-rw-r--r-- | plugins/Db3x_mmap/src/commonheaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Db3x_mmap/src/commonheaders.h b/plugins/Db3x_mmap/src/commonheaders.h index 4ddc34de68..01d0ce2eca 100644 --- a/plugins/Db3x_mmap/src/commonheaders.h +++ b/plugins/Db3x_mmap/src/commonheaders.h @@ -41,6 +41,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_options.h>
#include <m_crypto.h>
#include <m_metacontacts.h>
+#include <m_protocols.h>
#include "database.h"
#include "dbintf.h"
|