diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-11 14:08:28 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-11 14:08:28 +0000 |
commit | e7544bf6107e00df30759968598311bf333a3ffc (patch) | |
tree | caa0705d40f9a6fd3e08ced2b9213ebacf34d479 /MRA/Sdk/zlib.h | |
parent | ac6eb5e4cafaf0533dfd7a1da440e3a3514243e3 (diff) |
Mra: compilation fixes
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@76 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'MRA/Sdk/zlib.h')
-rw-r--r-- | MRA/Sdk/zlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MRA/Sdk/zlib.h b/MRA/Sdk/zlib.h index 9ee4ea4..62d0e46 100644 --- a/MRA/Sdk/zlib.h +++ b/MRA/Sdk/zlib.h @@ -31,7 +31,7 @@ #ifndef ZLIB_H
#define ZLIB_H
-#include "..\Plugins\Zlib\zconf.h"
+#include "zconf.h"
#ifdef __cplusplus
extern "C" {
|