summaryrefslogtreecommitdiff
path: root/auto_tests/friends_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/friends_test.c')
-rw-r--r--auto_tests/friends_test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/auto_tests/friends_test.c b/auto_tests/friends_test.c
index 0426c18d..8a22aa87 100644
--- a/auto_tests/friends_test.c
+++ b/auto_tests/friends_test.c
@@ -18,6 +18,10 @@
18 * times. This is used both to ensure that we don't loop forever on a broken build, 18 * times. This is used both to ensure that we don't loop forever on a broken build,
19 * and that we don't get too slow with messaging. The current time is 15 seconds. */ 19 * and that we don't get too slow with messaging. The current time is 15 seconds. */
20 20
21#ifdef HAVE_CONFIG_H
22#include "config.h"
23#endif
24
21#include "../toxcore/friend_requests.h" 25#include "../toxcore/friend_requests.h"
22#include "../toxcore/Messenger.h" 26#include "../toxcore/Messenger.h"
23#include <assert.h> 27#include <assert.h>