summaryrefslogtreecommitdiff
path: root/src/util/crypto.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-02 12:52:05 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-02 12:52:05 +0200
commit401745fc302370a983aab7eb347a6ea75b7d1e2e (patch)
tree0fe9b6429ae6f34784414352eb928c2188a22901 /src/util/crypto.c
parent68a8c36f061853406f93312780162cdf57382d3f (diff)
downloadexchange-401745fc302370a983aab7eb347a6ea75b7d1e2e.tar.gz
exchange-401745fc302370a983aab7eb347a6ea75b7d1e2e.tar.bz2
exchange-401745fc302370a983aab7eb347a6ea75b7d1e2e.zip
-include wallet headers if compiling wallet library
Diffstat (limited to 'src/util/crypto.c')
-rw-r--r--src/util/crypto.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/crypto.c b/src/util/crypto.c
index 6e78259eb..590ed428b 100644
--- a/src/util/crypto.c
+++ b/src/util/crypto.c
@@ -23,7 +23,13 @@
*/
#include "platform.h"
#include "taler_util.h"
+
+#if HAVE_GNUNET_GNUNET_UTIL_TALER_WALLET_LIB_H
+#include <gnunet/gnunet_util_taler_wallet_lib.h>
+#endif
+#if HAVE_GNUNET_GNUNET_UTIL_LIB_H
#include <gnunet/gnunet_util_lib.h>
+#endif
#include <gcrypt.h>