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/util.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/util/util.c') diff --git a/src/util/util.c b/src/util/util.c index 2973a11c2..6da2f3f78 100644 --- a/src/util/util.c +++ b/src/util/util.c @@ -24,8 +24,12 @@ #include "platform.h" #include "taler_util.h" -#include +#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