summaryrefslogtreecommitdiff
path: root/other/DHT_bootstrap.c
diff options
context:
space:
mode:
authorAnony Moose <noMail@nomail.su>2013-08-29 22:54:54 +0000
committerAnony Moose <noMail@nomail.su>2013-08-29 22:54:54 +0000
commiteb33796e58cfca4fa26b459ad5a9d013f1df4c42 (patch)
tree6c7fd1cb36376580d667719b12e85634590cd54b /other/DHT_bootstrap.c
parent31354d80d40270ee415b84e312f91b47bf104afe (diff)
Moved misc_tools from testing to toxcore.
Diffstat (limited to 'other/DHT_bootstrap.c')
-rw-r--r--other/DHT_bootstrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/DHT_bootstrap.c b/other/DHT_bootstrap.c
index 0bf71312..952f457d 100644
--- a/other/DHT_bootstrap.c
+++ b/other/DHT_bootstrap.c
@@ -29,7 +29,7 @@
29 29
30#include "../toxcore/DHT.h" 30#include "../toxcore/DHT.h"
31#include "../toxcore/friend_requests.h" 31#include "../toxcore/friend_requests.h"
32#include "../testing/misc_tools.h" 32#include "../toxcore/misc_tools.h"
33 33
34//Sleep function (x = milliseconds) 34//Sleep function (x = milliseconds)
35#ifdef WIN32 35#ifdef WIN32