exchange

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

commit 1c34489905a5809bc238f173fee99b7aa7ff5359
parent 87376e02eba3f5c2cf83a493446dee0c300565a4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 25 Dec 2021 14:08:47 +0100

-add missing #include

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

diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c @@ -32,6 +32,7 @@ #include "taler-exchange-httpd_auditors.h" #include "taler-exchange-httpd_deposit.h" #include "taler-exchange-httpd_deposits_get.h" +#include "taler-exchange-httpd_extensions.h" #include "taler-exchange-httpd_keys.h" #include "taler-exchange-httpd_kyc-check.h" #include "taler-exchange-httpd_kyc-proof.h"