summaryrefslogtreecommitdiff
path: root/toxencryptsave/toxencryptsave.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-09-14 13:08:01 -0400
committerirungentoo <irungentoo@gmail.com>2014-09-14 13:08:01 -0400
commit5a2a756671202a6d462913ce8ca2b3882679bbde (patch)
tree15e129b7260fde30a72c110aef83da15dd4defd7 /toxencryptsave/toxencryptsave.c
parent331efce602661e002c33199baa75ee767bbd802f (diff)
Fixed toxencryptsave include issue.
Diffstat (limited to 'toxencryptsave/toxencryptsave.c')
-rw-r--r--toxencryptsave/toxencryptsave.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxencryptsave/toxencryptsave.c b/toxencryptsave/toxencryptsave.c
index 9ae66097..070f0184 100644
--- a/toxencryptsave/toxencryptsave.c
+++ b/toxencryptsave/toxencryptsave.c
@@ -27,6 +27,7 @@
27 27
28#include "toxencryptsave.h" 28#include "toxencryptsave.h"
29#include "../toxcore/crypto_core.h" 29#include "../toxcore/crypto_core.h"
30#include "../toxcore/tox.h"
30 31
31#ifdef VANILLA_NACL 32#ifdef VANILLA_NACL
32#include "crypto_pwhash_scryptsalsa208sha256/crypto_pwhash_scryptsalsa208sha256.h" 33#include "crypto_pwhash_scryptsalsa208sha256/crypto_pwhash_scryptsalsa208sha256.h"