summaryrefslogtreecommitdiff
path: root/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c')
-rw-r--r--other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c b/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
index 46409b76..eec4e39f 100644
--- a/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
+++ b/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
@@ -32,8 +32,8 @@
32#include <arpa/inet.h> /* htons() */ 32#include <arpa/inet.h> /* htons() */
33#include <string.h> /* strcpy() */ 33#include <string.h> /* strcpy() */
34 34
35#include "../../core/DHT.h" 35#include "../../toxcore/DHT.h"
36#include "../../core/friend_requests.h" 36#include "../../toxcore/friend_requests.h"
37 37
38#define DEFAULT_PORT 33445 38#define DEFAULT_PORT 33445
39#define DEFAULT_PID_FILE "bootstrap_server.pid" 39#define DEFAULT_PID_FILE "bootstrap_server.pid"