aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-25 00:33:28 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-25 00:33:28 +0000
commit0b426b77cec77e80f10611614caf0689db2014b8 (patch)
tree77b377742b2c7ef133e166cdae5f85de66b47c2f /src/core/gnunet-service-core_neighbours.c
parentd0701eb6315fc3f5aca74415bbf0ff7418409f87 (diff)
downloadgnunet-0b426b77cec77e80f10611614caf0689db2014b8.tar.gz
gnunet-0b426b77cec77e80f10611614caf0689db2014b8.zip
-preparations
Diffstat (limited to 'src/core/gnunet-service-core_neighbours.c')
-rw-r--r--src/core/gnunet-service-core_neighbours.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/gnunet-service-core_neighbours.c b/src/core/gnunet-service-core_neighbours.c
index c2f3ef805..e241d829f 100644
--- a/src/core/gnunet-service-core_neighbours.c
+++ b/src/core/gnunet-service-core_neighbours.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2009, 2010, 2011 GNUnet e.V. 3 Copyright (C) 2009, 2010, 2011, 2016 GNUnet e.V.
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -27,6 +27,7 @@
27#include "gnunet_util_lib.h" 27#include "gnunet_util_lib.h"
28#include "gnunet_statistics_service.h" 28#include "gnunet_statistics_service.h"
29#include "gnunet_transport_service.h" 29#include "gnunet_transport_service.h"
30#include "gnunet_transport_core_service.h"
30#include "gnunet-service-core.h" 31#include "gnunet-service-core.h"
31#include "gnunet-service-core_neighbours.h" 32#include "gnunet-service-core_neighbours.h"
32#include "gnunet-service-core_kx.h" 33#include "gnunet-service-core_kx.h"