exchange

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

commit 446ed6aa0c3361385ef5f73f50a931958716980f
parent f8e63e322df8289306f9352c6346395e5e071b1a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 21 Jun 2025 14:05:08 +0200

-fix includes

Diffstat:
Msrc/include/taler-exchange/common.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/taler-exchange/common.h b/src/include/taler-exchange/common.h @@ -26,8 +26,8 @@ #define _TALER_EXCHANGE__COMMON_H #include <jansson.h> -#include "taler_util.h" -#include "taler_error_codes.h" +#include <taler/taler_util.h> +#include <taler/taler_error_codes.h> #include <gnunet/gnunet_curl_lib.h>