fix
authorChristian Grothoff <christian@grothoff.org>
Thu, 20 Oct 2011 09:08:57 +0000 (09:08 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 20 Oct 2011 09:08:57 +0000 (09:08 +0000)
src/transport/transport.h
src/transport/transport_api.c

index 05df5ef4917af5c7716b5584465bf4238056bb82..8cc97e08f76819eb3a7a9fa9840b263c93235803 100644 (file)
@@ -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
index 41ef306b731a23ba9b442ff9f49b2ca11302e5d6..3d3d426e2b65b6b0d65b9b0f80768457546de5f0 100644 (file)
@@ -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"