summaryrefslogtreecommitdiff
path: root/miranda-tools
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-05-17 06:14:56 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-05-17 06:14:56 +0000
commit2907abb0f7c2f5387cfa3141487a532b6aa0ff23 (patch)
treebb503bfe991b35682224edbadf62494f9d93a19e /miranda-tools
parentb9170abcb47e8cd63a631c6a645b83406fea95f2 (diff)
dbtool compilation fix, small project adjustment
git-svn-id: http://svn.miranda-ng.org/main/trunk@8 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'miranda-tools')
-rw-r--r--miranda-tools/dbtool/dbtool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/miranda-tools/dbtool/dbtool.h b/miranda-tools/dbtool/dbtool.h
index 18fab61a5f..7bade33d34 100644
--- a/miranda-tools/dbtool/dbtool.h
+++ b/miranda-tools/dbtool/dbtool.h
@@ -39,7 +39,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//#include <newpluginapi.h> // Only needed to keep m_database.h happy
#define CallService(a,b,c) 1
-#include "../../miranda/include/m_database.h"
+#include "../../include/m_database.h"
#include "database.h" // Note: This is a copy of database.h from the Miranda IM v0.3 tree.
// Remember to update this when releasing new dbtool versions.
#include "resource.h"