diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-12-05 12:55:15 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-12-05 12:55:15 +0100 |
commit | 597c9950a34801ed80f3cdcb030c20950cb55e9b (patch) | |
tree | ccf8177b6f09a9f442ea9803686f76f52b3c4f4d /src/exchange-tools | |
parent | 461dc8e36ccc2e31799087bee4604c33bee9afc6 (diff) |
adapt build to latest GNUnet without gnunet/platform.h
Diffstat (limited to 'src/exchange-tools')
-rw-r--r-- | src/exchange-tools/taler-crypto-worker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-tools/taler-crypto-worker.c b/src/exchange-tools/taler-crypto-worker.c index 8c3a123c3..c3abfa548 100644 --- a/src/exchange-tools/taler-crypto-worker.c +++ b/src/exchange-tools/taler-crypto-worker.c @@ -21,7 +21,7 @@ #include "platform.h" #include "taler_util.h" #include <gnunet/gnunet_json_lib.h> -#include <gnunet/gnunet_crypto_lib.h> +#include <gnunet/gnunet_util_lib.h> #include "taler_error_codes.h" #include "taler_json_lib.h" #include "taler_signatures.h" |