summaryrefslogtreecommitdiff
path: root/auto_tests/toxav_many_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/toxav_many_test.c')
-rw-r--r--auto_tests/toxav_many_test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/auto_tests/toxav_many_test.c b/auto_tests/toxav_many_test.c
index 83a7b313..5796905c 100644
--- a/auto_tests/toxav_many_test.c
+++ b/auto_tests/toxav_many_test.c
@@ -4,7 +4,7 @@
4#include "config.h" 4#include "config.h"
5#endif 5#endif
6 6
7#include "helpers.h" 7#include "check_compat.h"
8 8
9#include <stdint.h> 9#include <stdint.h>
10#include <stdio.h> 10#include <stdio.h>
@@ -21,6 +21,8 @@
21#include "../toxcore/tox.h" 21#include "../toxcore/tox.h"
22#include "../toxcore/util.h" 22#include "../toxcore/util.h"
23 23
24#include "helpers.h"
25
24#if !defined(_WIN32) && !defined(__WIN32__) && !defined(WIN32) 26#if !defined(_WIN32) && !defined(__WIN32__) && !defined(WIN32)
25#include <pthread.h> 27#include <pthread.h>
26#endif 28#endif