From 2907abb0f7c2f5387cfa3141487a532b6aa0ff23 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 17 May 2012 06:14:56 +0000 Subject: dbtool compilation fix, small project adjustment git-svn-id: http://svn.miranda-ng.org/main/trunk@8 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- miranda-tools/dbtool/dbtool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miranda-tools/dbtool') 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 // 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" -- cgit v1.2.3