aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-30 22:06:01 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-30 22:06:01 +0000
commit575974a0052370af5d92d3b43450057b055c9c20 (patch)
tree7b0e3706d0ada9c34851e26cf27ac7cb8bc9909d /src/integration-tests
parent73fd8b4cdab17f46f08eaaf403697584b43c8d19 (diff)
downloadgnunet-575974a0052370af5d92d3b43450057b055c9c20.tar.gz
gnunet-575974a0052370af5d92d3b43450057b055c9c20.zip
-fixing build issues in namestore related to #3047
Diffstat (limited to 'src/integration-tests')
-rw-r--r--src/integration-tests/connection_watchdog.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/integration-tests/connection_watchdog.c b/src/integration-tests/connection_watchdog.c
index cb34b69d7..c52ac79e7 100644
--- a/src/integration-tests/connection_watchdog.c
+++ b/src/integration-tests/connection_watchdog.c
@@ -23,11 +23,10 @@
23 * @author Matthias Wachs 23 * @author Matthias Wachs
24 */ 24 */
25#include "platform.h" 25#include "platform.h"
26#include "gnunet_common.h" 26#include "gnunet_util_lib.h"
27#include "gnunet_constants.h" 27#include "gnunet_constants.h"
28#include "gnunet_arm_service.h" 28#include "gnunet_arm_service.h"
29#include "gnunet_core_service.h" 29#include "gnunet_core_service.h"
30#include "gnunet_util_lib.h"
31#include "gnunet_transport_service.h" 30#include "gnunet_transport_service.h"
32#include "gnunet_statistics_service.h" 31#include "gnunet_statistics_service.h"
33 32