diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-09-27 09:25:36 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-09-27 09:25:36 +0000 |
commit | 93467b8c3702be5fc9f9b60c3ff6863cb37ccd8d (patch) | |
tree | 23659d34af33a062ba60bd7cc5dcd176f3f23b3a /protocols/Tox/src/common.h | |
parent | e02a45507e91d072b86f26f36dbebf655ad9d79f (diff) |
encrypt tox profile (dont't work, crashed on tox_encrypted_load)
git-svn-id: http://svn.miranda-ng.org/main/trunk@10612 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r-- | protocols/Tox/src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index fb36ce1557..d28a9f1495 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -33,6 +33,7 @@ #include <tox.h>
#include <toxdns.h>
+#include <toxencryptsave.h>
#include "version.h"
#include "resource.h"
|