summaryrefslogtreecommitdiff
path: root/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-22 15:49:15 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-22 15:49:15 -0400
commit4504011117d74a27a7127f31a62d2e4f7a187afb (patch)
tree0fa171fc3fbd85376ad988f89820fca99dd1207e /other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
parent485d5eee67d14f1dc620ea61e2b72b33d4f0d9b6 (diff)
Fixed build.
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 f060710b..4d79c48b 100644
--- a/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
+++ b/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
@@ -10,8 +10,8 @@
10#include <unistd.h> /* POSIX things */ 10#include <unistd.h> /* POSIX things */
11#include <errno.h> 11#include <errno.h>
12 12
13#include "../core/DHT.h" 13#include "../../core/DHT.h"
14#include "../core/friend_requests.h" 14#include "../../core/friend_requests.h"
15 15
16 16
17/* Sleep function (x = milliseconds) */ 17/* Sleep function (x = milliseconds) */