summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-15 11:40:51 +0200
committerChristian Grothoff <christian@grothoff.org>2015-07-15 11:40:51 +0200
commit3eddd802dc69ecb22b077a9c226ef0fb6cc09715 (patch)
treea7601bdd36ceb0f2faed48564222939962f89541 /src/include/taler_crypto_lib.h
parent6f6566554b3f464c7196636d8f1b97512a5e7e53 (diff)
downloadexchange-3eddd802dc69ecb22b077a9c226ef0fb6cc09715.tar.gz
exchange-3eddd802dc69ecb22b077a9c226ef0fb6cc09715.tar.bz2
exchange-3eddd802dc69ecb22b077a9c226ef0fb6cc09715.zip
-fix ftbfs in wallet-only mode
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 6c1ef8e8e..6509935ab 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -22,7 +22,14 @@
#ifndef TALER_CRYPTO_LIB_H
#define TALER_CRYPTO_LIB_H
+#if HAVE_GNUNET_GNUNET_UTIL_LIB_H
#include <gnunet/gnunet_util_lib.h>
+#endif
+#if HAVE_GNUNET_GNUNET_UTIL_TALER_WALLET_LIB_H
+#include <gnunet/gnunet_util_taler_wallet_lib.h>
+#endif
+#include "taler_util_wallet.h"
+
#include <gcrypt.h>