aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api_address_to_string.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-30 20:35:10 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-30 20:35:10 +0000
commita0ba5b741b56036bd35bd9ba88164324b2ff7ada (patch)
tree3fd10a0fc15f9a9e7cf5415b2bec86d97d7fe825 /src/transport/transport_api_address_to_string.c
parent427dd6f998fb1fde515a3b5c800f9f6d308197b2 (diff)
downloadgnunet-a0ba5b741b56036bd35bd9ba88164324b2ff7ada.tar.gz
gnunet-a0ba5b741b56036bd35bd9ba88164324b2ff7ada.zip
-getting ATS and transport to compile again (part of #3047)
Diffstat (limited to 'src/transport/transport_api_address_to_string.c')
-rw-r--r--src/transport/transport_api_address_to_string.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/transport/transport_api_address_to_string.c b/src/transport/transport_api_address_to_string.c
index 152e573cd..94c9ac45a 100644
--- a/src/transport/transport_api_address_to_string.c
+++ b/src/transport/transport_api_address_to_string.c
@@ -18,12 +18,10 @@
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02111-1307, USA.
19*/ 19*/
20#include "platform.h" 20#include "platform.h"
21#include "gnunet_client_lib.h" 21#include "gnunet_util_lib.h"
22#include "gnunet_arm_service.h" 22#include "gnunet_arm_service.h"
23#include "gnunet_hello_lib.h" 23#include "gnunet_hello_lib.h"
24#include "gnunet_protocols.h" 24#include "gnunet_protocols.h"
25#include "gnunet_server_lib.h"
26#include "gnunet_time_lib.h"
27#include "gnunet_transport_service.h" 25#include "gnunet_transport_service.h"
28#include "transport.h" 26#include "transport.h"
29 27