aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht.h')
-rw-r--r--src/dht/gnunet-service-dht.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-dht.h b/src/dht/gnunet-service-dht.h
index 3a716acde..7cacdba7a 100644
--- a/src/dht/gnunet-service-dht.h
+++ b/src/dht/gnunet-service-dht.h
@@ -27,6 +27,8 @@
27#define GNUNET_SERVICE_DHT_H 27#define GNUNET_SERVICE_DHT_H
28 28
29#include "gnunet_util_lib.h" 29#include "gnunet_util_lib.h"
30#include "gnunet_statistics_service.h"
31#include "gnunet_transport_service.h"
30 32
31/** 33/**
32 * Configuration we use. 34 * Configuration we use.
@@ -39,7 +41,6 @@ extern const struct GNUNET_CONFIGURATION_Handle *GDS_cfg;
39 */ 41 */
40extern struct GNUNET_BLOCK_Context *GDS_block_context; 42extern struct GNUNET_BLOCK_Context *GDS_block_context;
41 43
42
43/** 44/**
44 * Handle for the statistics service. 45 * Handle for the statistics service.
45 */ 46 */