summaryrefslogtreecommitdiff
path: root/auto_tests/toxav_basic_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/toxav_basic_test.c')
-rw-r--r--auto_tests/toxav_basic_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/auto_tests/toxav_basic_test.c b/auto_tests/toxav_basic_test.c
index 2885d8be..2b77da37 100644
--- a/auto_tests/toxav_basic_test.c
+++ b/auto_tests/toxav_basic_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,7 @@
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"
24 25
25#define TEST_REGULAR_AV 1 26#define TEST_REGULAR_AV 1
26#define TEST_REGULAR_A 1 27#define TEST_REGULAR_A 1