summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/src/tox-bootstrapd.c
diff options
context:
space:
mode:
Diffstat (limited to 'other/bootstrap_daemon/src/tox-bootstrapd.c')
-rw-r--r--other/bootstrap_daemon/src/tox-bootstrapd.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/other/bootstrap_daemon/src/tox-bootstrapd.c b/other/bootstrap_daemon/src/tox-bootstrapd.c
index 45b7add0..4883f885 100644
--- a/other/bootstrap_daemon/src/tox-bootstrapd.c
+++ b/other/bootstrap_daemon/src/tox-bootstrapd.c
@@ -30,19 +30,21 @@
30#include <string.h> 30#include <string.h>
31 31
32// toxcore 32// toxcore
33#include "../../toxcore/LAN_discovery.h" 33#include "../../../toxcore/LAN_discovery.h"
34#include "../../toxcore/onion_announce.h" 34#include "../../../toxcore/onion_announce.h"
35#include "../../toxcore/TCP_server.h" 35#include "../../../toxcore/TCP_server.h"
36#include "../../toxcore/util.h" 36#include "../../../toxcore/util.h"
37
37 38
38// misc 39// misc
39#include "../bootstrap_node_packets.h" 40#include "../../bootstrap_node_packets.h"
40 41
41#include "command_line_arguments.h" 42#include "command_line_arguments.h"
42#include "config.h" 43#include "config.h"
43#include "global.h" 44#include "global.h"
44#include "log.h" 45#include "log.h"
45 46
47
46#define SLEEP_MILLISECONDS(MS) usleep(1000*MS) 48#define SLEEP_MILLISECONDS(MS) usleep(1000*MS)
47 49
48// Uses the already existing key or creates one if it didn't exist 50// Uses the already existing key or creates one if it didn't exist