summaryrefslogtreecommitdiff
path: root/auto_tests/messenger_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/messenger_test.c')
-rw-r--r--auto_tests/messenger_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/auto_tests/messenger_test.c b/auto_tests/messenger_test.c
index bd524014..614b1057 100644
--- a/auto_tests/messenger_test.c
+++ b/auto_tests/messenger_test.c
@@ -14,12 +14,13 @@
14#include "config.h" 14#include "config.h"
15#endif 15#endif
16 16
17#include "check_compat.h"
18
17#include "helpers.h" 19#include "helpers.h"
18 20
19#include "../testing/misc_tools.c" // hex_string_to_bin 21#include "../testing/misc_tools.c" // hex_string_to_bin
20#include "../toxcore/Messenger.h" 22#include "../toxcore/Messenger.h"
21 23
22#include <check.h>
23#include <stdint.h> 24#include <stdint.h>
24#include <string.h> 25#include <string.h>
25#include <sys/types.h> 26#include <sys/types.h>