summaryrefslogtreecommitdiff
path: root/plugins/Db3x/src/commonheaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Db3x/src/commonheaders.h')
-rw-r--r--plugins/Db3x/src/commonheaders.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/Db3x/src/commonheaders.h b/plugins/Db3x/src/commonheaders.h
index cf4b2d4985..52734be2d0 100644
--- a/plugins/Db3x/src/commonheaders.h
+++ b/plugins/Db3x/src/commonheaders.h
@@ -43,11 +43,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <newpluginapi.h>
#include <win2k.h>
#include <m_system.h>
+#include <m_system_cpp.h>
#include <m_database.h>
+#include <m_db_int.h>
#include <m_langpack.h>
#include "version.h"
#include "database.h"
+#include "dbintf.h"
#include "resource.h"
extern HANDLE hDbFile;
@@ -55,7 +58,7 @@ extern CRITICAL_SECTION csDbAccess;
extern struct DBHeader dbHeader;
extern HANDLE hCacheHeap;
extern SortedList lContacts;
-extern char szDbPath[MAX_PATH];
+extern TCHAR szDbPath[MAX_PATH];
#ifdef __GNUC__
#define mir_i64(x) (x##LL)