diff options
-rw-r--r-- | other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c | 4 |
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) */ |