summaryrefslogtreecommitdiff
path: root/other/DHT_bootstrap.c
diff options
context:
space:
mode:
authorCoren[m] <Break@Ocean>2013-09-11 00:16:15 +0200
committerCoren[m] <Break@Ocean>2013-09-11 00:16:15 +0200
commit0139f2838f158fd485733275d721a080a29551ae (patch)
tree721a402ad418482255ac644de0e03ce75f5c7a2b /other/DHT_bootstrap.c
parent4cf0d857bcf87ba271178e7b1734958fb93b018a (diff)
parent55499933be7857642d970d32f359e765ff4a2cab (diff)
Merge remote-tracking branch 'upstream/master' into Integration
Diffstat (limited to 'other/DHT_bootstrap.c')
-rw-r--r--other/DHT_bootstrap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/other/DHT_bootstrap.c b/other/DHT_bootstrap.c
index 099aad80..63cb1b75 100644
--- a/other/DHT_bootstrap.c
+++ b/other/DHT_bootstrap.c
@@ -26,6 +26,9 @@
26 * along with Tox. If not, see <http://www.gnu.org/licenses/>. 26 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
27 * 27 *
28 */ 28 */
29#ifdef HAVE_CONFIG_H
30#include "config.h"
31#endif
29 32
30#include "../toxcore/DHT.h" 33#include "../toxcore/DHT.h"
31#include "../toxcore/friend_requests.h" 34#include "../toxcore/friend_requests.h"