summaryrefslogtreecommitdiff
path: root/testing/DHT_test.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-30 08:16:34 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-30 08:16:34 -0400
commit8f0bef5f20e5f9518889010387edce4d3af9b3dc (patch)
tree87e8f2e3d9fbdd223def556698ef9952b8620ce3 /testing/DHT_test.c
parent7441a234b7f6dae025819bc2717026d6462e151a (diff)
Fixed warnings and moved hex_string_to_bin to testing/
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 c4f1e368..58879134 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 "../toxcore/misc_tools.h" 33#include "misc_tools.c"
34 34
35#include <string.h> 35#include <string.h>
36 36