From 3eddd802dc69ecb22b077a9c226ef0fb6cc09715 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 15 Jul 2015 11:40:51 +0200 Subject: -fix ftbfs in wallet-only mode --- src/util/crypto.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/util/crypto.c') diff --git a/src/util/crypto.c b/src/util/crypto.c index 590ed428..b803b960 100644 --- a/src/util/crypto.c +++ b/src/util/crypto.c @@ -22,13 +22,12 @@ * @author Christian Grothoff */ #include "platform.h" -#include "taler_util.h" #if HAVE_GNUNET_GNUNET_UTIL_TALER_WALLET_LIB_H -#include +#include "taler_util_wallet.h" #endif #if HAVE_GNUNET_GNUNET_UTIL_LIB_H -#include +#include "taler_util.h" #endif #include -- cgit v1.2.3