diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index eb9d7c46b..4208e4ca8 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -27,6 +27,7 @@ #include #include #include +#include #include "taler_mhd_lib.h" #include "taler-exchange-httpd_auditors.h" #include "taler-exchange-httpd_deposit.h" @@ -1067,7 +1068,7 @@ exchange_serve_process_config (void) "MAX_REQUESTS", &req_max)) { - req_max = ULONG_LONG_MAX; + req_max = ULLONG_MAX; } if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_time (TEH_cfg,