diff options
Diffstat (limited to 'src/exchange')
| -rw-r--r-- | src/exchange/taler-exchange-httpd_responses.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/exchange/taler-exchange-httpd_responses.c b/src/exchange/taler-exchange-httpd_responses.c index d1636a0a..863166e0 100644 --- a/src/exchange/taler-exchange-httpd_responses.c +++ b/src/exchange/taler-exchange-httpd_responses.c @@ -23,6 +23,7 @@   * @author Christian Grothoff   */  #include "platform.h" +#include <microhttpd.h>  #include <zlib.h>  #include "taler-exchange-httpd_responses.h"  #include "taler_util.h" @@ -1091,7 +1092,7 @@ TEH_RESPONSE_reply_reserve_age_restriction_required (  {    return TALER_MHD_REPLY_JSON_PACK (      connection, -    MHD_HTTP_BAD_REQUEST, +    MHD_HTTP_CONFLICT,      TALER_JSON_pack_ec (TALER_EC_EXCHANGE_RESERVES_AGE_RESTRICTION_REQUIRED),      GNUNET_JSON_pack_uint64 ("maximum_allowed_age",                               maximum_allowed_age)); | 
