From d14a2ffdc636916f54701b9797f44a9635122da0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 28 Sep 2012 15:24:43 +0000 Subject: [PATCH] -fix --- src/arm/arm_api.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/arm/arm_api.c b/src/arm/arm_api.c index 328ef3f0b..15563e933 100644 --- a/src/arm/arm_api.c +++ b/src/arm/arm_api.c @@ -25,11 +25,8 @@ */ #include "platform.h" #include "gnunet_arm_service.h" -#include "gnunet_client_lib.h" -#include "gnunet_getopt_lib.h" -#include "gnunet_os_lib.h" +#include "gnunet_util_lib.h" #include "gnunet_protocols.h" -#include "gnunet_server_lib.h" #include "arm.h" #define LOG(kind,...) GNUNET_log_from (kind, "arm-api",__VA_ARGS__) @@ -771,7 +768,7 @@ GNUNET_ARM_list_running_services (struct GNUNET_ARM_Handle *h, LOG (GNUNET_ERROR_TYPE_DEBUG, "Requesting LIST from ARM service with timeout: %s\n", - GNUNET_STRINGS_relative_time_to_string (timeout)); + GNUNET_STRINGS_relative_time_to_string (timeout, GNUNET_YES)); if (GNUNET_OK != GNUNET_CLIENT_transmit_and_get_response (sctx->h->client, -- 2.25.1