summaryrefslogtreecommitdiff
path: root/toxencryptsave
diff options
context:
space:
mode:
authorDubslow <bunslow@gmail.com>2014-09-10 18:25:42 -0500
committerDubslow <bunslow@gmail.com>2014-09-10 18:25:42 -0500
commit74434c7798e0a8fc581ad15984e8b3f0abf3fa9d (patch)
tree5848b9a17b4e144126a0c323ee2a8ea0476271a0 /toxencryptsave
parent45f3b9559b258c13614efce3f498f3c6e27b70fe (diff)
nacl compiles! still needs testing though.
Diffstat (limited to 'toxencryptsave')
-rw-r--r--toxencryptsave/toxencryptsave.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/toxencryptsave/toxencryptsave.c b/toxencryptsave/toxencryptsave.c
index 0a206638..1f5aae35 100644
--- a/toxencryptsave/toxencryptsave.c
+++ b/toxencryptsave/toxencryptsave.c
@@ -21,6 +21,10 @@
21 * 21 *
22 */ 22 */
23 23
24#ifdef HAVE_CONFIG_H
25#include "config.h"
26#endif
27
24#include "toxencryptsave.h" 28#include "toxencryptsave.h"
25#include "../toxcore/crypto_core.h" 29#include "../toxcore/crypto_core.h"
26 30