diff options
Diffstat (limited to 'src/core/stdcrypt/src/encrypt.cpp')
-rw-r--r-- | src/core/stdcrypt/src/encrypt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdcrypt/src/encrypt.cpp b/src/core/stdcrypt/src/encrypt.cpp index 7c997e9825..e2c9c1ec99 100644 --- a/src/core/stdcrypt/src/encrypt.cpp +++ b/src/core/stdcrypt/src/encrypt.cpp @@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "commonheaders.h"
-#include "..\..\..\plugins\zlib\src\zlib.h"
+#include "..\..\..\libs\zlib\src\zlib.h"
struct ExternalKey
{
|