exchange

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

commit 7562f0e592bf32c8502577f44108e2728391ae49
parent 294730cf014e3ce74f16d886516e8fc02df3bd18
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 18 Apr 2021 15:38:53 +0200

-fix ftbfs on first make

Diffstat:
Msrc/include/taler_twister_testing_lib.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/taler_twister_testing_lib.h b/src/include/taler_twister_testing_lib.h @@ -26,7 +26,7 @@ #ifndef TALER_TWISTER_TESTING_LIB_H #define TALER_TWISTER_TESTING_LIB_H -#include <taler/taler_testing_lib.h> +#include "taler_testing_lib.h" #define TWISTER_FAIL() \ do {GNUNET_break (0); return NULL; } while (0)