From 1033148a63d634e5de941083686709c67a9253c5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 20 Oct 2011 09:08:57 +0000 Subject: [PATCH] fix --- src/transport/transport.h | 2 +- src/transport/transport_api.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/transport/transport.h b/src/transport/transport.h index 05df5ef49..8cc97e08f 100644 --- a/src/transport/transport.h +++ b/src/transport/transport.h @@ -43,7 +43,7 @@ * For how long do we allow unused bandwidth * from the past to carry over into the future? (in seconds) */ -#define MAX_BANDWIDTH_CARRY_S GNUNET_CONSTANTS_MAX_BANDWIDTH_CARRY +#define MAX_BANDWIDTH_CARRY_S GNUNET_CONSTANTS_MAX_BANDWIDTH_CARRY_S /** * How often do we (at most) do a full quota diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c index 41ef306b7..3d3d426e2 100644 --- a/src/transport/transport_api.c +++ b/src/transport/transport_api.c @@ -29,6 +29,7 @@ * - test test test */ #include "platform.h" +#include "gnunet_constants.h" #include "gnunet_bandwidth_lib.h" #include "gnunet_client_lib.h" #include "gnunet_constants.h" -- 2.25.1