exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 6c57b33746c318c9ecb8e7c08289d9f1f94ec661
parent ac4247f53a7abcc954feeec1899487d6bd83c01d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  9 Dec 2021 16:44:40 +0100

-fix warning

Diffstat:
Msrc/exchange/taler-exchange-httpd_db.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c @@ -24,6 +24,7 @@ #include <gnunet/gnunet_json_lib.h> #include "taler_json_lib.h" #include "taler_mhd_lib.h" +#include "taler_exchangedb_lib.h" #include "taler-exchange-httpd_db.h" #include "taler-exchange-httpd_responses.h"