summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-04-16 07:19:40 -0400
committerirungentoo <irungentoo@gmail.com>2014-04-16 07:19:40 -0400
commit6578d930f8b3d4961c33283d1ece981af5c41586 (patch)
tree2d49443cc1b68935c31bc0b3205d9dc84fd6c91a /other
parentbe413de39624c6137e577e3bff14928d2cb873d3 (diff)
DHT_bootstrap.c now has TCP server functionality enabled.
Fixed a regression (same type as last commit).
Diffstat (limited to 'other')
-rw-r--r--other/DHT_bootstrap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/other/DHT_bootstrap.c b/other/DHT_bootstrap.c
index 50d473a9..738c2a0c 100644
--- a/other/DHT_bootstrap.c
+++ b/other/DHT_bootstrap.c
@@ -31,6 +31,8 @@
31#include "../toxcore/friend_requests.h" 31#include "../toxcore/friend_requests.h"
32#include "../toxcore/util.h" 32#include "../toxcore/util.h"
33 33
34#define TCP_RELAY_ENABLED
35
34#ifdef TCP_RELAY_ENABLED 36#ifdef TCP_RELAY_ENABLED
35#include "../toxcore/TCP_server.h" 37#include "../toxcore/TCP_server.h"
36#endif 38#endif