summaryrefslogtreecommitdiff
path: root/testing/DHT_test.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 /testing/DHT_test.c
parent31354d80d40270ee415b84e312f91b47bf104afe (diff)
Moved misc_tools from testing to toxcore.
Diffstat (limited to 'testing/DHT_test.c')
-rw-r--r--testing/DHT_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/DHT_test.c b/testing/DHT_test.c
index d14f9781..02c9360a 100644
--- a/testing/DHT_test.c
+++ b/testing/DHT_test.c
@@ -30,7 +30,7 @@
30//#include "../core/network.h" 30//#include "../core/network.h"
31#include "../toxcore/DHT.h" 31#include "../toxcore/DHT.h"
32#include "../toxcore/friend_requests.h" 32#include "../toxcore/friend_requests.h"
33#include "misc_tools.h" 33#include "../toxcore/misc_tools.h"
34 34
35#include <string.h> 35#include <string.h>
36 36