summaryrefslogtreecommitdiff
path: root/testing/Messenger_test.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-09-06 14:09:47 -0700
committerirungentoo <irungentoo@gmail.com>2013-09-06 14:09:47 -0700
commit4444494b65265ea74aec9361c4f188f7a3b87f32 (patch)
tree8732ff254fa4fa157e1752e3ec1f6a0dfb01b251 /testing/Messenger_test.c
parent64570a1b12d308449aa0d688f7f513847d1dc0f7 (diff)
parente092eee869ee4bb78974985321b55a3235c32b4d (diff)
Merge pull request #562 from jin-eld/nacl
Allow to build vs nacl instead of libsodium
Diffstat (limited to 'testing/Messenger_test.c')
-rw-r--r--testing/Messenger_test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/Messenger_test.c b/testing/Messenger_test.c
index ff34cd4c..e85a85a2 100644
--- a/testing/Messenger_test.c
+++ b/testing/Messenger_test.c
@@ -37,6 +37,10 @@
37 * 37 *
38 */ 38 */
39 39
40#ifdef HAVE_CONFIG_H
41#include "config.h"
42#endif
43
40#include "../toxcore/Messenger.h" 44#include "../toxcore/Messenger.h"
41#include "misc_tools.c" 45#include "misc_tools.c"
42 46