diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-12-05 14:03:43 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-12-05 14:03:43 +0100 |
commit | 9e4ac84b6eed7cc622d041c396bc460ce7e1bf07 (patch) | |
tree | 511157745c186ba81fb16517cf51cbeea5a761d6 /src/kyclogic | |
parent | 597c9950a34801ed80f3cdcb030c20950cb55e9b (diff) |
force include of taler_util.h, not of taler_crypto_lib.h or taler_amount_lib.h
Diffstat (limited to 'src/kyclogic')
-rw-r--r-- | src/kyclogic/taler-exchange-kyc-tester.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kyclogic/taler-exchange-kyc-tester.c b/src/kyclogic/taler-exchange-kyc-tester.c index 2aed8d961..1b6094993 100644 --- a/src/kyclogic/taler-exchange-kyc-tester.c +++ b/src/kyclogic/taler-exchange-kyc-tester.c @@ -28,7 +28,7 @@ #include "taler_mhd_lib.h" #include "taler_json_lib.h" #include "taler_templating_lib.h" -#include "taler_crypto_lib.h" +#include "taler_util.h" #include "taler_kyclogic_lib.h" #include "taler_kyclogic_plugin.h" #include <gnunet/gnunet_mhd_compat.h> |