diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-09-30 22:06:01 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-09-30 22:06:01 +0000 |
commit | 575974a0052370af5d92d3b43450057b055c9c20 (patch) | |
tree | 7b0e3706d0ada9c34851e26cf27ac7cb8bc9909d /src/integration-tests | |
parent | 73fd8b4cdab17f46f08eaaf403697584b43c8d19 (diff) |
-fixing build issues in namestore related to #3047
Diffstat (limited to 'src/integration-tests')
-rw-r--r-- | src/integration-tests/connection_watchdog.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/integration-tests/connection_watchdog.c b/src/integration-tests/connection_watchdog.c index cb34b69d79..c52ac79e7b 100644 --- a/src/integration-tests/connection_watchdog.c +++ b/src/integration-tests/connection_watchdog.c @@ -23,11 +23,10 @@ * @author Matthias Wachs */ #include "platform.h" -#include "gnunet_common.h" +#include "gnunet_util_lib.h" #include "gnunet_constants.h" #include "gnunet_arm_service.h" #include "gnunet_core_service.h" -#include "gnunet_util_lib.h" #include "gnunet_transport_service.h" #include "gnunet_statistics_service.h" |