summaryrefslogtreecommitdiff
path: root/auto_tests/overflow_sendq_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/overflow_sendq_test.c')
-rw-r--r--auto_tests/overflow_sendq_test.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/auto_tests/overflow_sendq_test.c b/auto_tests/overflow_sendq_test.c
index 94f5c12a..cc6eeda9 100644
--- a/auto_tests/overflow_sendq_test.c
+++ b/auto_tests/overflow_sendq_test.c
@@ -5,9 +5,7 @@
5#define _XOPEN_SOURCE 600 5#define _XOPEN_SOURCE 600
6#endif 6#endif
7 7
8#include "check_compat.h" 8#include <stdint.h>
9
10#include "../toxcore/tox.h"
11 9
12typedef struct State { 10typedef struct State {
13 uint32_t index; 11 uint32_t index;