From 4504011117d74a27a7127f31a62d2e4f7a187afb Mon Sep 17 00:00:00 2001 From: irungentoo Date: Mon, 22 Jul 2013 15:49:15 -0400 Subject: Fixed build. --- other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c | 4 ++-- 1 file 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 @@ #include /* POSIX things */ #include -#include "../core/DHT.h" -#include "../core/friend_requests.h" +#include "../../core/DHT.h" +#include "../../core/friend_requests.h" /* Sleep function (x = milliseconds) */ -- cgit v1.2.3