diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-12-01 12:06:40 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-12-01 12:06:40 +0000 |
commit | 2e9b647207cdc21a980c40a056c1e42586875777 (patch) | |
tree | 9150769339b606170f259b5cecccbe536f02cddb /Boltun/boltun.cpp | |
parent | f061bdf3bb3a08cd29fc8b6d9b025d27fe56a2c9 (diff) |
Boltun: compilation fix
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@233 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Boltun/boltun.cpp')
-rw-r--r-- | Boltun/boltun.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Boltun/boltun.cpp b/Boltun/boltun.cpp index c24ba19..e0f8566 100644 --- a/Boltun/boltun.cpp +++ b/Boltun/boltun.cpp @@ -34,7 +34,7 @@ #include "m_protosvc.h"
#include "m_options.h"
#include "m_langpack.h"
-#include "../../src/resource.h"
+#include "resource.h"
#include "resource.h"
|