summaryrefslogtreecommitdiff
path: root/auto_tests/messenger_test.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-09-10 17:15:26 -0400
committerirungentoo <irungentoo@gmail.com>2013-09-10 17:15:26 -0400
commit55499933be7857642d970d32f359e765ff4a2cab (patch)
treebd748604194a1fa971037f44437794344d84b177 /auto_tests/messenger_test.c
parent261d78b86230a19e9c1037091be4e8bfe34ac296 (diff)
Fixed building with NaCl.
Diffstat (limited to 'auto_tests/messenger_test.c')
-rw-r--r--auto_tests/messenger_test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/auto_tests/messenger_test.c b/auto_tests/messenger_test.c
index d067a014..604e282c 100644
--- a/auto_tests/messenger_test.c
+++ b/auto_tests/messenger_test.c
@@ -10,6 +10,10 @@
10 * checking that status changes are received, messages can be sent, etc. 10 * checking that status changes are received, messages can be sent, etc.
11 * All of that is done in a separate test, with two local clients running. */ 11 * All of that is done in a separate test, with two local clients running. */
12 12
13#ifdef HAVE_CONFIG_H
14#include "config.h"
15#endif
16
13#include "../toxcore/Messenger.h" 17#include "../toxcore/Messenger.h"
14#include "../toxcore/Lossless_UDP.h" 18#include "../toxcore/Lossless_UDP.h"
15#include <sys/types.h> 19#include <sys/types.h>