From 74434c7798e0a8fc581ad15984e8b3f0abf3fa9d Mon Sep 17 00:00:00 2001 From: Dubslow Date: Wed, 10 Sep 2014 18:25:42 -0500 Subject: nacl compiles! still needs testing though. --- toxencryptsave/toxencryptsave.c | 4 ++++ 1 file changed, 4 insertions(+) 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 @@ * */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "toxencryptsave.h" #include "../toxcore/crypto_core.h" -- cgit v1.2.3