diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-04-01 09:23:03 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-04-01 09:23:03 +0000 |
commit | 282071f9093e09029355797b7f9032d221c0b55e (patch) | |
tree | 26ec4aa2eb76cea72dcd9cff1b7e7489335be5eb /protocols/Skype/src | |
parent | 76ea3ceeec18fd154d7607c136fb7dba26cbb28d (diff) |
pathes change for SkypeKit and its key
git-svn-id: http://svn.miranda-ng.org/main/trunk@8811 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src')
-rw-r--r-- | protocols/Skype/src/skype_runtime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_runtime.cpp b/protocols/Skype/src/skype_runtime.cpp index 793d96f5f3..ed966b1f34 100644 --- a/protocols/Skype/src/skype_runtime.cpp +++ b/protocols/Skype/src/skype_runtime.cpp @@ -2,7 +2,7 @@ #include "aes\aes.h"
-#include "..\..\..\skypekit\key.h"
+#include "..\..\..\..\skypekit\key.h"
char *CSkypeProto::LoadKeyPair()
{
|