From 401745fc302370a983aab7eb347a6ea75b7d1e2e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 2 Jun 2015 12:52:05 +0200 Subject: -include wallet headers if compiling wallet library --- src/util/crypto.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/util/crypto.c') diff --git a/src/util/crypto.c b/src/util/crypto.c index 6e78259e..590ed428 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 +#endif +#if HAVE_GNUNET_GNUNET_UTIL_LIB_H #include +#endif #include -- cgit v1.2.3