diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-14 16:13:04 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-14 16:13:04 +0000 |
commit | e2f7c4a63d22016c2cc81407ce9ec2bacae736d6 (patch) | |
tree | 5a2e8a14b7190cd5b5570c6d0a2b6d2069928d00 | |
parent | 7185e5ae012859243400c52d4be7c08e0c3262a4 (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@1931 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | protocols/JabberG/src/jabber.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber.h b/protocols/JabberG/src/jabber.h index 957b7d66bf..09751bb5b0 100644 --- a/protocols/JabberG/src/jabber.h +++ b/protocols/JabberG/src/jabber.h @@ -79,7 +79,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_fingerprint.h>
#include <win2k.h>
-#include "../../plugins/zlib/zlib.h"
+#include "../../plugins/zlib/src/zlib.h"
#include "resource.h"
#include "version.h"
|