summaryrefslogtreecommitdiff
path: root/auto_tests/dht_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/dht_test.c')
-rw-r--r--auto_tests/dht_test.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/auto_tests/dht_test.c b/auto_tests/dht_test.c
index 5533593f..c04b67e4 100644
--- a/auto_tests/dht_test.c
+++ b/auto_tests/dht_test.c
@@ -4,14 +4,16 @@
4#include "config.h" 4#include "config.h"
5#endif 5#endif
6 6
7#include "check_compat.h"
8
9#include <sys/param.h>
10#include <time.h>
11
7#include "helpers.h" 12#include "helpers.h"
8 13
9#include "../toxcore/DHT.c" 14#include "../toxcore/DHT.c"
10#include "../toxcore/tox.h" 15#include "../toxcore/tox.h"
11 16
12#include <sys/param.h>
13#include <time.h>
14
15 17
16// These tests currently fail. 18// These tests currently fail.
17static bool enable_broken_tests = false; 19static bool enable_broken_tests = false;