aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_pow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/crypto_pow.c')
-rw-r--r--src/util/crypto_pow.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/crypto_pow.c b/src/util/crypto_pow.c
index 051a0c209..bfaaf555d 100644
--- a/src/util/crypto_pow.c
+++ b/src/util/crypto_pow.c
@@ -23,8 +23,9 @@
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 * @author Bart Polot 24 * @author Bart Polot
25 */ 25 */
26
26#include "platform.h" 27#include "platform.h"
27#include "gnunet_crypto_lib.h" 28#include "gnunet_util_lib.h"
28#include <sodium.h> 29#include <sodium.h>
29 30
30/** 31/**