summaryrefslogtreecommitdiff
path: root/src/exchange-tools
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-05 12:55:15 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-05 12:55:15 +0100
commit597c9950a34801ed80f3cdcb030c20950cb55e9b (patch)
treeccf8177b6f09a9f442ea9803686f76f52b3c4f4d /src/exchange-tools
parent461dc8e36ccc2e31799087bee4604c33bee9afc6 (diff)
downloadexchange-597c9950a34801ed80f3cdcb030c20950cb55e9b.tar.gz
exchange-597c9950a34801ed80f3cdcb030c20950cb55e9b.tar.bz2
exchange-597c9950a34801ed80f3cdcb030c20950cb55e9b.zip
adapt build to latest GNUnet without gnunet/platform.h
Diffstat (limited to 'src/exchange-tools')
-rw-r--r--src/exchange-tools/taler-crypto-worker.c2
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"