aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api_address_lookup.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_lookup.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_lookup.c')
-rw-r--r--src/transport/transport_api_address_lookup.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/transport/transport_api_address_lookup.c b/src/transport/transport_api_address_lookup.c
index 217aecdb5..9c1301ed2 100644
--- a/src/transport/transport_api_address_lookup.c
+++ b/src/transport/transport_api_address_lookup.c
@@ -28,14 +28,11 @@
28 * transport plugin, and whether or not the address given is currently 28 * transport plugin, and whether or not the address given is currently
29 * in the 'connected' state (according to the transport service). 29 * in the 'connected' state (according to the transport service).
30 */ 30 */
31
32#include "platform.h" 31#include "platform.h"
33#include "gnunet_client_lib.h" 32#include "gnunet_util_lib.h"
34#include "gnunet_arm_service.h" 33#include "gnunet_arm_service.h"
35#include "gnunet_hello_lib.h" 34#include "gnunet_hello_lib.h"
36#include "gnunet_protocols.h" 35#include "gnunet_protocols.h"
37#include "gnunet_server_lib.h"
38#include "gnunet_time_lib.h"
39#include "gnunet_transport_service.h" 36#include "gnunet_transport_service.h"
40#include "transport.h" 37#include "transport.h"
41 38