Fixed build.

This commit is contained in:
irungentoo 2013-07-22 15:49:15 -04:00
parent 485d5eee67
commit 4504011117

View File

@ -10,8 +10,8 @@
#include <unistd.h> /* POSIX things */
#include <errno.h>
#include "../core/DHT.h"
#include "../core/friend_requests.h"
#include "../../core/DHT.h"
#include "../../core/friend_requests.h"
/* Sleep function (x = milliseconds) */