From e658892793c42b2d058eed0937025ef2ddaaa372 Mon Sep 17 00:00:00 2001 From: jin-eld Date: Sun, 4 Aug 2013 15:10:37 +0300 Subject: Rename core directory because of autoconf name clash While doing the checks configure might generate "core" files and will then try to remove them. Having a "core" directory generates an error while runing the configure script. There's no workaround but to rename the core directory. --- other/DHT_bootstrap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'other/DHT_bootstrap.c') diff --git a/other/DHT_bootstrap.c b/other/DHT_bootstrap.c index c0d4fcc6..0bf71312 100644 --- a/other/DHT_bootstrap.c +++ b/other/DHT_bootstrap.c @@ -27,8 +27,8 @@ * */ -#include "../core/DHT.h" -#include "../core/friend_requests.h" +#include "../toxcore/DHT.h" +#include "../toxcore/friend_requests.h" #include "../testing/misc_tools.h" //Sleep function (x = milliseconds) -- cgit v1.2.3