summaryrefslogtreecommitdiff
path: root/testing/DHT_test.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-09-07 13:28:33 -0400
committerirungentoo <irungentoo@gmail.com>2013-09-07 13:28:33 -0400
commit220fb72121f6013fa5421de3367dbecd8cca1aed (patch)
tree98f8582bed829f0ce38b2337da9a0244ce5cba06 /testing/DHT_test.c
parentbdf31fc6b55646fd798f5d39aeb5751f4a5319e7 (diff)
parent4444494b65265ea74aec9361c4f188f7a3b87f32 (diff)
Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core
Diffstat (limited to 'testing/DHT_test.c')
-rw-r--r--testing/DHT_test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/DHT_test.c b/testing/DHT_test.c
index 58879134..fce9c257 100644
--- a/testing/DHT_test.c
+++ b/testing/DHT_test.c
@@ -27,6 +27,10 @@
27 * 27 *
28 */ 28 */
29 29
30#ifdef HAVE_CONFIG_H
31#include "config.h"
32#endif
33
30//#include "../core/network.h" 34//#include "../core/network.h"
31#include "../toxcore/DHT.h" 35#include "../toxcore/DHT.h"
32#include "../toxcore/friend_requests.h" 36#include "../toxcore/friend_requests.h"